projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use g_cond_wait_until() instead of g_cond_timed_wait()
[projects/chimara/chimara.git]
/
interpreters
/
bocfel
/
zoom.h
1
#ifndef ZTERP_ZOOM_H
2
#define ZTERP_ZOOM_H
3
4
void zstart_timer(void);
5
void zstop_timer(void);
6
void zread_timer(void);
7
void zprint_timer(void);
8
9
#endif