repo.or.cz
/
tint2-nick87720z.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update TODO
[tint2-nick87720z.git]
/
src
/
config-keys.c.in
blob
0d76554814f2f7bb0b6d6d1c892594f0d916c953
1
// vim: ft=c
2
3
#include
"config-keys.h"
4
#include
"test.h"
5
#include
"common.h"
6
7
char
*
cfg_keys
[] = {
8
LIST2CODE_CMD list2csarray
<
config
-
keys
-
list
9
};
10
11
STR_ARRAY_TEST_SORTED
(
cfg_keys
,
ARRAY_SIZE
(
cfg_keys
));