aboutsummaryrefslogtreecommitdiff
path: root/src/meta1lex.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-09-15 10:40:29 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-09-15 10:40:54 +0300
commit989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a (patch)
treec0b2324a523905c3c17201cc2468c9078976fc74 /src/meta1lex.h
parentdbad35177723e19147ab49b59a3728e00fe05875 (diff)
downloadpies-989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a.tar.gz
pies-989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a.tar.bz2
Branch off from the Mailfromd project into a separate repository.
Diffstat (limited to 'src/meta1lex.h')
-rw-r--r--src/meta1lex.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/meta1lex.h b/src/meta1lex.h
new file mode 100644
index 0000000..8db32f9
--- /dev/null
+++ b/src/meta1lex.h
@@ -0,0 +1,31 @@
+/* This file is part of Mailfromd.
+ Copyright (C) 2008 Sergey Poznyakoff
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+extern mu_cfg_locus_t meta1_locus;
+extern size_t meta1_error_count;
+extern mu_cfg_node_t *meta1_parse_head;
+extern mu_cfg_tree_t *meta1_parse_tree;
+extern char *meta1_queue_dir;
+
+char *meta1_string (const char *str, size_t len);
+void meta1_line_add (const char *text, size_t len);
+void meta1_line_add_unescape_last (const char *text, size_t len);
+void meta1_line_add_unescape_hex (const char *text, size_t len);
+void meta1_line_begin (void);
+char *meta1_line_finish ();
+void meta1_parse_error (const char *fmt, ...);
+int meta1_config_parse (const char *name);
+

Return to:

Send suggestions and report system problems to the System administrator.