mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
12 lines
347 B
C
12 lines
347 B
C
#include "../../Interface/Action.h"
|
|
#include "../../Interface/Server.h"
|
|
#include "../../Interface/File.h"
|
|
#include "actions.h"
|
|
#include "helper.h"
|
|
#include "../../urbackupcommon/json.h"
|
|
#include "../../stringtools.h"
|
|
#include "../../urbackupcommon/settings.h"
|
|
#include <stdlib.h>
|
|
#include "rights.h"
|
|
|
|
extern SStartupStatus startup_status; |