aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-portal/ccnx/api/ccnx_Portal/command-line/ccnxPortalClient_About.h
blob: df0c625d97ddbaa6bb5f6481eee6d1a0627b0c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// DO NOT EDIT THIS FILE.  IT IS AUTOMATICALLY GENERATED.
// longbow-generate-about 1.0.20170215.54ef86fe 2017-02-15T10:25:45Z

#ifndef ccnxPortalClient_About_h
#define ccnxPortalClient_About_h
/**
 * Embedded string containing information for the what(1) command.
 *
 */
extern const char *ccnxPortalClient_What;

/**
 * Return the name as a C string.
 *
 * @return The name as a C string.
 */
const char *ccnxPortalClientAbout_Name(void);

/**
 * Return the version as a C string.
 *
 * @return The version as a C string.
 */
const char *ccnxPortalClientAbout_Version(void);

/**
 * Return the About text as a C string.
 *
 * @return The About text as a C string.
 */
const char *ccnxPortalClientAbout_About(void);

/**
 * Return the minimum copyright notice as a C string.
 *
 * @return The minimum copyright notice as a C string.
 */
const char *ccnxPortalClientAbout_MiniNotice(void);

/**
 * Return the short copyright notice as a C string.
 *
 * @return The short copyright notice as a C string.
 */
const char *ccnxPortalClientAbout_ShortNotice(void);

/**
 * Return the long copyright notice as a C string.
 *
 * @return The long copyright notice as a C string.
 */
const char *ccnxPortalClientAbout_LongNotice(void);

#endif // ccnxPortalClient_About_h