IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-2-5/Ohana/src/opihi/include/shell.h

    r16434 r17419  
    6565int           opihi                     PROTO((int argc, char **argv));
    6666int           multicommand              PROTO((char *line));
     67int getServer ();
    6768void          multicommand_InitServer   PROTO((void));
     69void multicommand_StopServer ();
     70
    6871int           command                   PROTO((char *line, char **outline, int VERBOSE));
    6972char         *expand_vars               PROTO((char *line));
     
    111114
    112115int           ConfigInit                PROTO((int *argc, char **argv));
     116void          ConfigFree                PROTO((void));
    113117char         *VarConfig                 PROTO((char *keyword, char *mode, void *ptr));
    114118char         *VarConfigEntry            PROTO((char *keyword, char *mode, int entry, void *ptr));
     
    170174int DefineValidIP ();
    171175
     176void FreeCommands ();
     177void FreeMacros ();
     178void FreeBuffers ();
     179void FreeVectors ();
     180void FreeVariables ();
     181void FreeLists ();
     182
    172183# endif
    173 
Note: See TracChangeset for help on using the changeset viewer.