mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef _RIGHTS_H_
|
|
#define _RIGHTS_H_
|
|
|
|
namespace
|
|
{
|
|
const char* RIGHT_SETTINGS="settings";
|
|
}
|
|
|
|
#endif //_RIGHTS_H_
|