Ignore:
Timestamp:
11/14/06 11:49:11 (7 years ago)
Author:
perry
Message:

Fixed up brazillions of warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_linux.c

    r1058 r1090  
    365365} 
    366366 
    367 static void linuxnative_help() { 
     367static void linuxnative_help(void) { 
    368368        printf("linuxnative format module: $Revision$\n"); 
    369369        printf("Supported input URIs:\n"); 
     
    410410}; 
    411411 
    412 void linuxnative_constructor() { 
     412void linuxnative_constructor(void) { 
    413413        register_format(&linuxnative); 
    414414} 
Note: See TracChangeset for help on using the changeset viewer.