1 /* A _very_ skeleton file to demonstrate building tagcache db on host. */
6 int main(int argc
, char **argv
)
10 tagcache_reverse_scan();
15 /* stub to avoid including all of apps/misc.c */
16 bool file_exists(const char *file
)
23 /* stubs to avoid including thread-sdl.c */
25 void mutex_init(struct mutex
*m
)
30 void mutex_lock(struct mutex
*m
)
35 void mutex_unlock(struct mutex
*m
)
40 void thread_sdl_thread_lock(void *me
)
45 void * thread_sdl_thread_unlock(void)