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
16 #ifndef _STROKE_KEYWORDS_H_
17 #define _STROKE_KEYWORDS_H_
35 STROKE_LIST_OCSPCERTS
,
44 STROKE_REREAD_SECRETS
,
45 STROKE_REREAD_CACERTS
,
46 STROKE_REREAD_OCSPCERTS
,
47 STROKE_REREAD_AACERTS
,
60 #define STROKE_LIST_FIRST STROKE_LIST_PUBKEYS
61 #define STROKE_REREAD_FIRST STROKE_REREAD_SECRETS
62 #define STROKE_PURGE_FIRST STROKE_PURGE_OCSP
63 #define STROKE_EXPORT_FIRST STROKE_EXPORT_X509
65 typedef struct stroke_token stroke_token_t
;
67 extern const stroke_token_t
* in_word_set(register const char *str
, register unsigned int len
);
69 #endif /* _STROKE_KEYWORDS_H_ */