diff options
Diffstat (limited to 'lib/libvotequorum.versions')
-rw-r--r-- | lib/libvotequorum.versions | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libvotequorum.versions b/lib/libvotequorum.versions new file mode 100644 index 0000000..7a37030 --- /dev/null +++ b/lib/libvotequorum.versions @@ -0,0 +1,17 @@ +# Version and symbol export for libvotequorum.so + +COROSYNC_VOTEQUORUM_1.0 { + global: + votequorum_initialize; + votequorum_finalize; + votequorum_getinfo; + votequorum_setexpected; + votequorum_setvotes; + votequorum_qdevice_register; + votequorum_qdevice_unregister; + votequorum_qdevice_poll; + votequorum_trackstart; + votequorum_trackstop; + votequorum_context_get; + votequorum_context_set; +}; |