diff options
author | lulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no> | 2007-11-20 16:53:21 +0100 |
---|---|---|
committer | lulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no> | 2007-11-20 16:53:21 +0100 |
commit | 3e39e38e4de902dc4f570b690e7b5987bebcf2ee (patch) | |
tree | 2bc592ae2063f4d59523e73cb0ad831c37b34b27 /src/mp3fs.c | |
parent | 6e8f7c5c3e53ad9f09cde2cfb8663ce76e8df6da (diff) |
- Add initial skeleton
- Add a little readme text.
Diffstat (limited to 'src/mp3fs.c')
-rw-r--r-- | src/mp3fs.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mp3fs.c b/src/mp3fs.c new file mode 100644 index 0000000..d8db029 --- /dev/null +++ b/src/mp3fs.c @@ -0,0 +1,13 @@ +#include <stdio.h> + +static struct fuse_module mp3_mod { + "MP3FS" + +}; += { #name_, factory_, NULL, NULL, 0 }; +int +main(int argc, char **argv) +{ + + return (0); +} |