summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-20 17:17:17 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-20 17:17:17 +0200
commit0ebfa9027441cc55b79a7615e328a9ff775af11f (patch)
tree518fe6955026cfa72c9b029c214ecfdec406e8bc /include
parent5e3271e962b13138fe3273f743a65d58c0c8356a (diff)
- Make it work.
Diffstat (limited to 'include')
-rw-r--r--include/mp3fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp3fs.h b/include/mp3fs.h
index 0956183..4b6cc5d 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -1,5 +1,5 @@
#ifndef _MP3FS_H_
#define _MP3FS_H_
struct fuse_args;
-int mp3_run(struct fuse_args *);
+int mp3_run(int, char **);
#endif