diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-30 12:31:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:17 +0200 |
commit | 58197c3268a119eb48bcd1ec0363f7b94f804a24 (patch) | |
tree | 1bf8f071ee472ce48ea324cf08ea11a6ec794b05 /gettext-tools/src/x-scheme.h | |
parent | 37c04f169c2f013c0828caaf5447890d5ca4b48c (diff) | |
download | external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.zip external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.tar.gz external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.tar.bz2 |
Make the x-*.h files real specification headers.
Diffstat (limited to 'gettext-tools/src/x-scheme.h')
-rw-r--r-- | gettext-tools/src/x-scheme.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gettext-tools/src/x-scheme.h b/gettext-tools/src/x-scheme.h index 6a13e06..344295f 100644 --- a/gettext-tools/src/x-scheme.h +++ b/gettext-tools/src/x-scheme.h @@ -1,5 +1,5 @@ /* xgettext Scheme backend. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2006 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2004. This program is free software; you can redistribute it and/or modify @@ -17,6 +17,17 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <stdio.h> + +#include "message.h" +#include "xgettext.h" + + +#ifdef __cplusplus +extern "C" { +#endif + + #define EXTENSIONS_SCHEME \ { "scm", "Scheme" }, \ @@ -37,3 +48,8 @@ extern void x_scheme_extract_all (void); extern void x_scheme_keyword (const char *name); extern void init_flag_table_scheme (void); + + +#ifdef __cplusplus +} +#endif |