home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / yapp / part01 / sep.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-29  |  706 b   |  23 lines

  1. /* SEP.H: @(#)sep.h 1.5 93/06/07 Copyright (c)1993 thalerd */
  2.  
  3. /* Once flags */
  4. #define IS_START     0x0001
  5. #define IS_ITEM      0x0002
  6. #define IS_CFIDX     0x0004 /* special flag used for k cond in checkmsg */
  7. #define IS_RESP      0x0400
  8.  
  9. #define IS_ALL       0x0BF8 /* all below */
  10. #define IS_RETIRED   0x0008 /* used to check "if retired stuff" */
  11. #define IS_FORGOTTEN 0x0010
  12. #define IS_FROZEN    0x0020
  13. #define IS_LINKED    0x0040
  14. #define IS_CENSORED  0x0080
  15. #define IS_UID       0x0100
  16. #define IS_DATE      0x0200
  17. #define IS_PARENT    0x0800
  18.  
  19.  
  20. void confsep PROTO((char *str, SHORT idx, status_t *st, partentry_t *part, int fl));
  21. void itemsep PROTO((char *str, int fl));
  22. void sepinit PROTO((SHORT x));
  23.