git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed cash-set.
[stg.git]
/
projects
/
sgconf
/
admins.h
1
#ifndef __STG_SGCONF_ADMINS_H__
2
#define __STG_SGCONF_ADMINS_H__
3
4
namespace SGCONF
5
{
6
7
class OPTION_BLOCKS;
8
class COMMANDS;
9
10
void AppendAdminsOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
11
12
} // namespace SGCONF
13
14
#endif