summaryrefslogtreecommitdiff
path: root/ui/text_import.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-03-26 19:20:51 -0700
committerGuy Harris <guy@alum.mit.edu>2016-03-27 02:21:19 +0000
commitdd6a74894f5cac1c3b2a3706e1e2e219b3440c0c (patch)
treebb20249371caaccdd3ff6c1de0490c777c59ad03 /ui/text_import.h
parentf0ada20a91b2f8aeb785dfd121060af0442dd307 (diff)
downloadwireshark-dd6a74894f5cac1c3b2a3706e1e2e219b3440c0c.tar.gz
Pull the invocation of the Lex scanner into common code.
Instead of text_import_setup() and text_import_cleanup() routines, and the actual scanner invocation being done in the dialog box, have a text_import() routine that does all the work. Change-Id: Ifd8a999618dbb411d613e6596484e4c2e013431d Reviewed-on: https://code.wireshark.org/review/14647 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/text_import.h')
-rw-r--r--ui/text_import.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/text_import.h b/ui/text_import.h
index 2fb8b608d9..e430205fda 100644
--- a/ui/text_import.h
+++ b/ui/text_import.h
@@ -86,8 +86,7 @@ typedef struct
guint max_frame_length;
} text_import_info_t;
-void text_import_setup(text_import_info_t *info);
-void text_import_cleanup(void);
+void text_import(text_import_info_t *info);
#ifdef __cplusplus
}