|
amiconn: apps plugin.h,1.66,1.67: msg#00172systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/apps In directory labb:/tmp/cvs-serv11253/apps Modified Files: plugin.h Log Message: Consistent declaration. Index: plugin.h =================================================================== RCS file: /cvsroot/rockbox/apps/plugin.h,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- plugin.h 24 Jan 2005 01:39:24 -0000 1.66 +++ plugin.h 26 Jan 2005 22:54:32 -0000 1.67 @@ -174,7 +174,7 @@ int (*remove)(const char* pathname); int (*rename)(const char* path, const char* newname); int (*ftruncate)(int fd, off_t length); - long (*filesize)(int fd); + off_t (*filesize)(int fd); int (*fprintf)(int fd, const char *fmt, ...); int (*read_line)(int fd, char* buffer, int buffer_size); bool (*settings_parseline)(char* line, char** name, char** value); _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox-cvs |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | amiconn: apps main.c, 1.110, 1.111 screens.c, 1.70, 1.71 tree.c, 1.292, 1.293: 00172, cvs |
|---|---|
| Next by Date: | bagder: firmware SOURCES,1.10,1.11: 00172, cvs |
| Previous by Thread: | amiconn: apps main.c, 1.110, 1.111 screens.c, 1.70, 1.71 tree.c, 1.292, 1.293i: 00172, cvs |
| Next by Thread: | bagder: firmware SOURCES,1.10,1.11: 00172, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |