blob: 6b02f88bf33251597c927af0bb2cf8fece026ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* tlp-config.c - header exporting configuration stuff
*
* Copyright 2007 Jjgod Jiang
* Derived from the Perl implementation by Norbert Preining
*
* This file is licensed under the GNU General Public License version 2
* or any later version. */
extern const char **tlp_meta_categories;
extern const char **tlp_normal_categories;
extern const char **tlp_categories;
|