1 /* A _very_ skeleton file to demonstrate building tagcache db on host. */
7 int main(int argc
, char **argv
)
11 tagcache_reverse_scan();
16 /* stub to avoid including all of apps/misc.c */
17 bool file_exists(const char *file
)
25 /* stubs to avoid including thread-sdl.c */
27 void mutex_init(struct mutex
*m
)
32 void mutex_lock(struct mutex
*m
)
37 void mutex_unlock(struct mutex
*m
)
42 void thread_sdl_thread_lock(void *me
)
47 void * thread_sdl_thread_unlock(void)