=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/Attic/apropos_db.h 2011/11/27 18:54:01 1.9 +++ mandoc/Attic/apropos_db.h 2011/11/27 23:11:37 1.10 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.9 2011/11/27 18:54:01 kristaps Exp $ */ +/* $Id: apropos_db.h,v 1.10 2011/11/27 23:11:37 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -18,6 +18,7 @@ #define APROPOS_H struct res { + char *type; /* file type: mdoc, man or cat */ char *file; /* file in file-system */ char *cat; /* category (3p, 3, etc.) */ char *title; /* title (FOO, etc.) */