aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h
diff options
context:
space:
mode:
authorLuca Muscariello <lumuscar+fdio@cisco.com>2017-02-23 17:01:02 +0100
committerLuca Muscariello <lumuscar+fdio@cisco.com>2017-02-23 17:21:02 +0100
commitec688b4723a041044226358bcd4dd6e2da39da49 (patch)
tree3a244c48d1eb9e4d90f9050fd1a61ae5c0327526 /longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h
parent9b30fc10fb1cbebe651e5a107e8ca5b24de54675 (diff)
Initial commit: cframework. Longbow and Libparc
Change-Id: I90378dbd30da6033b20fb1f829b3b822cf366c59 Signed-off-by: Luca Muscariello <lumuscar+fdio@cisco.com>
Diffstat (limited to 'longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h')
-rwxr-xr-xlongbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h b/longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h
new file mode 100755
index 00000000..9a90f17e
--- /dev/null
+++ b/longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h
@@ -0,0 +1,54 @@
+// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED.
+// longbow-generate-about 1.0.20170214.46e2c73a 2017-02-14T20:35:31Z
+
+#ifndef longBowReportAndroid_About_h
+#define longBowReportAndroid_About_h
+/**
+ * Embedded string containing information for the what(1) command.
+ *
+ */
+extern const char *longBowReportAndroid_What;
+
+/**
+ * Return the name as a C string.
+ *
+ * @return The name as a C string.
+ */
+const char *longBowReportAndroidAbout_Name(void);
+
+/**
+ * Return the version as a C string.
+ *
+ * @return The version as a C string.
+ */
+const char *longBowReportAndroidAbout_Version(void);
+
+/**
+ * Return the About text as a C string.
+ *
+ * @return The About text as a C string.
+ */
+const char *longBowReportAndroidAbout_About(void);
+
+/**
+ * Return the minimum copyright notice as a C string.
+ *
+ * @return The minimum copyright notice as a C string.
+ */
+const char *longBowReportAndroidAbout_MiniNotice(void);
+
+/**
+ * Return the short copyright notice as a C string.
+ *
+ * @return The short copyright notice as a C string.
+ */
+const char *longBowReportAndroidAbout_ShortNotice(void);
+
+/**
+ * Return the long copyright notice as a C string.
+ *
+ * @return The long copyright notice as a C string.
+ */
+const char *longBowReportAndroidAbout_LongNotice(void);
+
+#endif // longBowReportAndroid_About_h