IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/include/shell.h

    r31590 r31657  
    1212# define MACRO_NAME(s) MACRO_STRING(s)
    1313
     14typedef enum {GP_FILE, GP_BUFF} gpMode;
     15#ifdef NOT_MOVED_TO_LIBOHANA
    1416/* enums used by gprint functions */
    15 typedef enum {GP_FILE, GP_BUFF} gpMode;
    1617typedef enum {GP_LOG, GP_ERR} gpDest;
     18#endif
    1719typedef enum {OPIHI_VERBOSE_OFF, OPIHI_VERBOSE_ON, OPIHI_VERBOSE_ERROR} OpihiVerboseMode;
    1820
     
    122124char         *VarConfigEntry            PROTO((char *keyword, char *mode, int entry, void *ptr));
    123125
     126#ifndef NOT_MOVED_TO_DVO
    124127int           init_error                PROTO((void));
    125128int           push_error                PROTO((char *line));
    126129int           print_error               PROTO((void));
     130#endif
     131
    127132void          handle_interrupt          PROTO((int));
    128133char        **command_completer         PROTO((const char *, int, int));
     
    171176FILE         *gprintGetFile             PROTO((gpDest dest));
    172177char         *gprintGetName             PROTO((gpDest dest));
     178#ifdef NOT_MOVED_TO_LIBOHANA
    173179int           gprint                    PROTO((gpDest dest, char *format, ...)) OHANA_FORMAT(printf, 2, 3);
     180#endif
    174181int           gwrite                    PROTO((char *buffer, int size, int N, gpDest dest));
    175182int           gprint_syserror           PROTO((gpDest dest, int myError, char *format, ...)) OHANA_FORMAT(printf, 3, 4);
Note: See TracChangeset for help on using the changeset viewer.