1 /* A _very_ skeleton file to demonstrate building tagcache db on host. */
8 int main(int argc
, char **argv
)
12 tagcache_reverse_scan();
17 /* stub to avoid including all of apps/misc.c */
18 bool file_exists(const char *file
)
26 /* stubs to avoid including thread-sdl.c */
28 void mutex_init(struct mutex
*m
)
33 void mutex_lock(struct mutex
*m
)
38 void mutex_unlock(struct mutex
*m
)
43 void thread_sdl_thread_lock(void *me
)
48 void * thread_sdl_thread_unlock(void)