]> git.stg.codes - stg.git/blob - projects/sgconf/users.h
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgconf / users.h
1 #ifndef __STG_SGCONF_USERS_H__
2 #define __STG_SGCONF_USERS_H__
3
4 namespace SGCONF
5 {
6
7 class OPTION_BLOCKS;
8 class COMMANDS;
9
10 void AppendUsersOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
11
12 }
13
14 #endif