Changeset 1090 for trunk/lib/format_linux.c
- Timestamp:
- 11/14/06 11:49:11 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_linux.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_linux.c
r1058 r1090 365 365 } 366 366 367 static void linuxnative_help( ) {367 static void linuxnative_help(void) { 368 368 printf("linuxnative format module: $Revision$\n"); 369 369 printf("Supported input URIs:\n"); … … 410 410 }; 411 411 412 void linuxnative_constructor( ) {412 void linuxnative_constructor(void) { 413 413 register_format(&linuxnative); 414 414 }
Note: See TracChangeset
for help on using the changeset viewer.
