summaryrefslogtreecommitdiff
path: root/libservices/HOWTO
diff options
context:
space:
mode:
Diffstat (limited to 'libservices/HOWTO')
-rw-r--r--libservices/HOWTO2
1 files changed, 1 insertions, 1 deletions
diff --git a/libservices/HOWTO b/libservices/HOWTO
index 7dcfb6d9583..512cdb43c99 100644
--- a/libservices/HOWTO
+++ b/libservices/HOWTO
@@ -76,7 +76,7 @@ it should also declare all the accompanying data structures, as necessary
==================================================================
/* GPL header */
#include <service_versions.h>
- SERVICE_VERSION *foo_service= (void*)VERSION_foo;
+ SERVICE_VERSION foo_service= (void*)VERSION_foo;
==================================================================
7. add the new file to libservices/CMakeLists.txt (MYSQLSERVICES_SOURCES)