aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/security/command-line/parcPublicKey_About.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-01-24 17:52:53 +0100
committerMauro Sardara <msardara@cisco.com>2019-01-24 17:52:53 +0100
commitc07ad72f016930e2aba6471d0e2e9625b935bf9a (patch)
tree03aa7b7c737a7a70321ef25d67c2fbd892cd76db /libparc/parc/security/command-line/parcPublicKey_About.h
parent9fc2b9ec49c54ec2d5f0164bbedc1c78732c464c (diff)
Remove cframework files from master
Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libparc/parc/security/command-line/parcPublicKey_About.h')
-rwxr-xr-xlibparc/parc/security/command-line/parcPublicKey_About.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/libparc/parc/security/command-line/parcPublicKey_About.h b/libparc/parc/security/command-line/parcPublicKey_About.h
deleted file mode 100755
index fccb7b7d..00000000
--- a/libparc/parc/security/command-line/parcPublicKey_About.h
+++ /dev/null
@@ -1,54 +0,0 @@
-// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED.
-// 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