summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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