From 3069f22bd1b84b56225e959a6e2ccbb09c53bdbe Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 17 Sep 2012 23:40:53 +0000 Subject: Add a text import dialog. Use libui. svn path=/trunk/; revision=44956 --- ui/text_import_scanner.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'ui/text_import_scanner.h') diff --git a/ui/text_import_scanner.h b/ui/text_import_scanner.h index a587bb5554..5bd9c1e5cb 100644 --- a/ui/text_import_scanner.h +++ b/ui/text_import_scanner.h @@ -28,8 +28,12 @@ *******************************************************************************/ -#ifndef TEXT_IMPORT_SCANNER_H -#define TEXT_IMPORT_SCANNER_H +#ifndef __TEXT_IMPORT_SCANNER_H__ +#define __TEXT_IMPORT_SCANNER_H__ + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ typedef enum { T_BYTE = 1, @@ -47,4 +51,8 @@ extern FILE *text_importin; int text_importlex(void); -#endif +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __TEXT_IMPORT_SCANNER_H__ */ -- cgit v1.2.1