makefile-conf
Volker Birk 2 years ago
parent b70fdf9c7a
commit 23317336b1

@ -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"

Loading…
Cancel
Save