This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
libpEpTransport
Watch
10
Star
1
Fork
4
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
simpler
makefile-conf
Volker Birk
9 months ago
parent
b70fdf9c7a
commit
23317336b1
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
src/gen_strings.ysl2
+ 0
- 8
src/gen_strings.ysl2
View File
@ -7,10 +7,6 @@ tstylesheet {
||
#include <pEp/«@name».h>
#ifdef __cplusplus
extern "C" {
#endif
const char *«@name»_label(PEP_«@name» value)
{
switch (value) {
@ -19,11 +15,7 @@ tstylesheet {
default:
return "unknown";
}
} PEP_«@name»;
#ifdef __cplusplus
}
#endif
||
template "item"
Write
Preview
Loading…
Cancel
Save