Remove duplicate jail_errmsg declaration.

Fixes: 11ecc65ebb
This commit is contained in:
Zev Weiss 2020-09-03 12:00:21 -05:00
parent 7b7822b896
commit 7758ffcdea
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ typedef struct FreeBSDProcessList_ {
} FreeBSDProcessList;
extern char jail_errmsg[JAIL_ERRMSGLEN];
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_delete(ProcessList* this);