diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:43:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:43:26 +0200 |
commit | 78c0642073a196dbba2fd82ba903b64a9f35ba3f (patch) | |
tree | 856c5761977fd378044e672364517394f55db548 /libservices/HOWTO | |
parent | daac5b511c7607cefed7579145d29c531e5257f3 (diff) | |
download | mariadb-git-78c0642073a196dbba2fd82ba903b64a9f35ba3f.tar.gz |
consistency in declaring service symbols
Diffstat (limited to 'libservices/HOWTO')
-rw-r--r-- | libservices/HOWTO | 2 |
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) |