IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2006, 6:58:54 AM (20 years ago)
Author:
eugene
Message:

updates to fix comm problems with buffers (motivated by opihi gprint)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/shell.h

    r7917 r7929  
    4949int           multicommand              PROTO((char *line));
    5050int           command                   PROTO((char *, char **));
     51int           multicommand_client       PROTO((char *line, int));
    5152int           command_client            PROTO((char *, char **));
    5253char         *expand_vars               PROTO((char *line));
     
    146147FILE *gprintGetFile (gpDest dest);
    147148int gprint (gpDest dest, char *format, ...);
     149int gwrite (char *buffer, int size, int N, gpDest dest);
    148150
    149151# endif
Note: See TracChangeset for help on using the changeset viewer.