summaryrefslogtreecommitdiff
path: root/dselect/helpmsgs.h
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2003-09-14 22:28:18 +0000
committerAdam Heath <doogie@debian.org>2003-09-14 22:28:18 +0000
commit72428cb824ecab8e6e32bd09259132476c0543ea (patch)
treec8d620a3ccc800f4f775f82e7002f300a5daa8f6 /dselect/helpmsgs.h
parent335fec9125f3018475157d570efa0f73014ec330 (diff)
downloaddpkg-72428cb824ecab8e6e32bd09259132476c0543ea.tar.gz
No longer generate helpmsgs.{cc,h}.
Diffstat (limited to 'dselect/helpmsgs.h')
-rw-r--r--dselect/helpmsgs.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/dselect/helpmsgs.h b/dselect/helpmsgs.h
new file mode 100644
index 000000000..9b231a465
--- /dev/null
+++ b/dselect/helpmsgs.h
@@ -0,0 +1,21 @@
+/*
+ * WARNING - THIS FILE IS GENERATED AUTOMATICALLY - DO NOT EDIT
+ * It is generated by mkhelpmsgs.pl from helpmsgs.src.
+ */
+
+#ifndef HELPMSGS_H
+#define HELPMSGS_H
+extern "C" {
+#include <config.h>
+#include <dpkg.h>
+}
+struct helpmessage { const char *title; const char *text; };
+extern const struct helpmessage hlp_listkeys;
+extern const struct helpmessage hlp_mainintro;
+extern const struct helpmessage hlp_readonlyintro;
+extern const struct helpmessage hlp_recurintro;
+extern const struct helpmessage hlp_displayexplain1;
+extern const struct helpmessage hlp_displayexplain2;
+extern const struct helpmessage hlp_methintro;
+extern const struct helpmessage hlp_methkeys;
+#endif /* HELPMSGS_H */