blob: 7fc635bfe02e05fbf24d6efad95b6591b251bb8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __OPKELE_DATA_H
#define __OPKELE_DATA_H
namespace opkele {
namespace data {
extern const char *_default_p;
extern const char *_default_g;
}
}
#endif /* __OPKELE_DATA_H */
|