From d18ae43123fcd7604d1c36a1ec8450dbe6071824 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Thu, 23 Feb 2017 20:44:26 +0100 Subject: Initial commit: ccnxlibs. Change-Id: I1b376527a7dd01a6b9e083a6cb646955902f45c0 Signed-off-by: Luca Muscariello --- libccnx-common/ccnx/common/libccnxCommon_About.h | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 libccnx-common/ccnx/common/libccnxCommon_About.h (limited to 'libccnx-common/ccnx/common/libccnxCommon_About.h') diff --git a/libccnx-common/ccnx/common/libccnxCommon_About.h b/libccnx-common/ccnx/common/libccnxCommon_About.h new file mode 100755 index 00000000..af28dbdc --- /dev/null +++ b/libccnx-common/ccnx/common/libccnxCommon_About.h @@ -0,0 +1,54 @@ +// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED. +// longbow-generate-about 1.0.20170215.46e2c73a 2017-02-15T08:00:49Z + +#ifndef libccnxCommon_About_h +#define libccnxCommon_About_h +/** + * Embedded string containing information for the what(1) command. + * + */ +extern const char *libccnxCommon_What; + +/** + * Return the name as a C string. + * + * @return The name as a C string. + */ +const char *libccnxCommonAbout_Name(void); + +/** + * Return the version as a C string. + * + * @return The version as a C string. + */ +const char *libccnxCommonAbout_Version(void); + +/** + * Return the About text as a C string. + * + * @return The About text as a C string. + */ +const char *libccnxCommonAbout_About(void); + +/** + * Return the minimum copyright notice as a C string. + * + * @return The minimum copyright notice as a C string. + */ +const char *libccnxCommonAbout_MiniNotice(void); + +/** + * Return the short copyright notice as a C string. + * + * @return The short copyright notice as a C string. + */ +const char *libccnxCommonAbout_ShortNotice(void); + +/** + * Return the long copyright notice as a C string. + * + * @return The long copyright notice as a C string. + */ +const char *libccnxCommonAbout_LongNotice(void); + +#endif // libccnxCommon_About_h -- cgit 1.2.3-korg