From ec688b4723a041044226358bcd4dd6e2da39da49 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Thu, 23 Feb 2017 17:01:02 +0100 Subject: Initial commit: cframework. Longbow and Libparc Change-Id: I90378dbd30da6033b20fb1f829b3b822cf366c59 Signed-off-by: Luca Muscariello --- libparc/parc/libparc_About.h | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 libparc/parc/libparc_About.h (limited to 'libparc/parc/libparc_About.h') diff --git a/libparc/parc/libparc_About.h b/libparc/parc/libparc_About.h new file mode 100755 index 00000000..39fee44f --- /dev/null +++ b/libparc/parc/libparc_About.h @@ -0,0 +1,54 @@ +// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED. +// longbow-generate-about 1.0.20170206.46e2c73a 2017-02-06T08:50:09Z + +#ifndef libparc_About_h +#define libparc_About_h +/** + * Embedded string containing information for the what(1) command. + * + */ +extern const char *libparc_What; + +/** + * Return the name as a C string. + * + * @return The name as a C string. + */ +const char *libparcAbout_Name(void); + +/** + * Return the version as a C string. + * + * @return The version as a C string. + */ +const char *libparcAbout_Version(void); + +/** + * Return the About text as a C string. + * + * @return The About text as a C string. + */ +const char *libparcAbout_About(void); + +/** + * Return the minimum copyright notice as a C string. + * + * @return The minimum copyright notice as a C string. + */ +const char *libparcAbout_MiniNotice(void); + +/** + * Return the short copyright notice as a C string. + * + * @return The short copyright notice as a C string. + */ +const char *libparcAbout_ShortNotice(void); + +/** + * Return the long copyright notice as a C string. + * + * @return The long copyright notice as a C string. + */ +const char *libparcAbout_LongNotice(void); + +#endif // libparc_About_h -- cgit 1.2.3-korg