diff --git a/redditfs.c b/redditfs.c index 41521e4..5dd73c1 100644 --- a/redditfs.c +++ b/redditfs.c @@ -14,6 +14,12 @@ usage() threadexitsall("usage"); } +int +threadmaybackground(void) +{ + return 1; +} + void threadmain(int argc, char *argv[]) {