diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-07-13 17:48:06 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-07-13 17:48:06 +0200 |
commit | 3e9446a7426d13c8cc53937b0dc9a8ce17127ae3 (patch) | |
tree | ecca01e0ae52afde99aa9393a22a57f319fc208f /libservices/HOWTO | |
parent | 36519b8a830204f45ec4693c89b6bdb8c9c6b79b (diff) | |
download | mariadb-git-3e9446a7426d13c8cc53937b0dc9a8ce17127ae3.tar.gz |
SHA1 service
(because mysql_ssl library is built with -fvisibility=hidden)
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) |