diff options
author | Michele Papalini <micpapal+fdio@cisco.com> | 2017-02-24 08:00:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-02-24 08:00:33 +0000 |
commit | 4df7f4cc98b6288177df256e1db70ddc3f7d00db (patch) | |
tree | 55e71277b419e4830ae641868ab8e751c8b86972 /libparc/parc/security/command-line/parcPublicKey_About.h | |
parent | f28308bd99381ef5f1e178e2e1f870f245e35873 (diff) | |
parent | ec688b4723a041044226358bcd4dd6e2da39da49 (diff) |
Merge "Initial commit: cframework. Longbow and Libparc" into cframework/master
Diffstat (limited to 'libparc/parc/security/command-line/parcPublicKey_About.h')
-rwxr-xr-x | libparc/parc/security/command-line/parcPublicKey_About.h | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/libparc/parc/security/command-line/parcPublicKey_About.h b/libparc/parc/security/command-line/parcPublicKey_About.h new file mode 100755 index 00000000..64670ad8 --- /dev/null +++ b/libparc/parc/security/command-line/parcPublicKey_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 parcPublicKey_About_h +#define parcPublicKey_About_h +/** + * Embedded string containing information for the what(1) command. + * + */ +extern const char *parcPublicKey_What; + +/** + * Return the name as a C string. + * + * @return The name as a C string. + */ +const char *parcPublicKeyAbout_Name(void); + +/** + * Return the version as a C string. + * + * @return The version as a C string. + */ +const char *parcPublicKeyAbout_Version(void); + +/** + * Return the About text as a C string. + * + * @return The About text as a C string. + */ +const char *parcPublicKeyAbout_About(void); + +/** + * Return the minimum copyright notice as a C string. + * + * @return The minimum copyright notice as a C string. + */ +const char *parcPublicKeyAbout_MiniNotice(void); + +/** + * Return the short copyright notice as a C string. + * + * @return The short copyright notice as a C string. + */ +const char *parcPublicKeyAbout_ShortNotice(void); + +/** + * Return the long copyright notice as a C string. + * + * @return The long copyright notice as a C string. + */ +const char *parcPublicKeyAbout_LongNotice(void); + +#endif // parcPublicKey_About_h |