helpmsgs.h 694 B

12345678910111213141516171819202122
  1. /*
  2. * WARNING - THIS FILE IS GENERATED AUTOMATICALLY - DO NOT EDIT
  3. * It is generated by mkhelpmsgs.pl from helpmsgs.src.
  4. */
  5. #ifndef HELPMSGS_H
  6. #define HELPMSGS_H
  7. extern "C" {
  8. #include <config.h>
  9. #include <dpkg.h>
  10. }
  11. struct helpmessage { const char *title; const char *text; };
  12. extern const struct helpmessage hlp_listkeys;
  13. extern const struct helpmessage hlp_mainintro;
  14. extern const struct helpmessage hlp_readonlyintro;
  15. extern const struct helpmessage hlp_recurintro;
  16. extern const struct helpmessage hlp_displayexplain1;
  17. extern const struct helpmessage hlp_displayexplain2;
  18. extern const struct helpmessage hlp_methintro;
  19. extern const struct helpmessage hlp_methkeys;
  20. #endif /* HELPMSGS_H */