mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-14 20:32:42 +00:00
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
# Version and symbol export for libcpg.so
|
|
|
|
QB_TIMER_0.1 {
|
|
global:
|
|
qb_timer_init;
|
|
qb_timer_add_duration;
|
|
qb_timer_add_absolute;
|
|
qb_timer_delete;
|
|
qb_timer_delete_data;
|
|
qb_timer_lock;
|
|
qb_timer_unlock;
|
|
qb_timer_time_get;
|
|
qb_timer_expire_time_get;
|
|
};
|