mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
6 lines
104 B
C
6 lines
104 B
C
#ifndef DATABASE_H
|
|
#define DATABASE_H
|
|
|
|
const DATABASE_ID URBACKUPDB_CLIENT=19;
|
|
|
|
#endif //DATABASE_H
|