Updated Spanish translation
[anjuta-git-plugin.git] / tagmanager / keyword.h
blob33e6e0f01c6d5047f3e8079c4d432e352720bb6c
1 /*
2 * $Id$
4 * Copyright (c) 1998-2002, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * External interface to keyword.c
11 #ifndef _KEYWORD_H
12 #define _KEYWORD_H
15 * INCLUDE FILES
17 #include "general.h" /* must always come first */
19 #include "parse.h"
22 * FUNCTION PROTOTYPES
24 extern void addKeyword (const char *const string, langType language, int value);
25 extern int lookupKeyword (const char *const string, langType language);
26 extern void freeKeywordTable (void);
27 #ifdef DEBUG
28 extern void printKeywordTable (void);
29 #endif
31 #endif /* _KEYWORD_H */
33 /* vi:set tabstop=4 shiftwidth=4: */