mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-10 07:35:34 +00:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
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;
|
|
local: *;
|
|
};
|