2 * Copyright (C) 2006 Andreas Steffen
3 * Hochschule fuer Technik Rapperswil, Switzerland
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 #ifndef _STROKE_KEYWORDS_H_
19 #define _STROKE_KEYWORDS_H_
36 STROKE_LIST_OCSPCERTS
,
45 STROKE_REREAD_SECRETS
,
46 STROKE_REREAD_CACERTS
,
47 STROKE_REREAD_OCSPCERTS
,
48 STROKE_REREAD_AACERTS
,
56 #define STROKE_LIST_FIRST STROKE_LIST_PUBKEYS
57 #define STROKE_REREAD_FIRST STROKE_REREAD_SECRETS
58 #define STROKE_PURGE_FIRST STROKE_PURGE_OCSP
60 typedef struct stroke_token stroke_token_t
;
62 extern const stroke_token_t
* in_word_set(register const char *str
, register unsigned int len
);
64 #endif /* _STROKE_KEYWORDS_H_ */