=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/apropos_db.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/13 10:28:38 1.1 --- src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/13 10:40:52 1.2 *************** *** 1,4 **** ! /* $Id: apropos_db.h,v 1.1 2011/11/13 10:28:38 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: apropos_db.h,v 1.2 2011/11/13 10:40:52 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * *************** *** 16,35 **** */ #ifndef APROPOS_H #define APROPOS_H - - #define TYPE_NAME 0x01 - #define TYPE_FUNCTION 0x02 - #define TYPE_UTILITY 0x04 - #define TYPE_INCLUDES 0x08 - #define TYPE_VARIABLE 0x10 - #define TYPE_STANDARD 0x20 - #define TYPE_AUTHOR 0x40 - #define TYPE_CONFIG 0x80 - #define TYPE_DESC 0x100 - #define TYPE_XREF 0x200 - #define TYPE_PATH 0x400 - #define TYPE_ENV 0x800 - #define TYPE_ERR 0x1000 struct rec { char *file; /* file in file-system */ --- 16,21 ----