Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Fix typo noted by @kaworu in #3 -- thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
kristaps committed Jun 3, 2016
1 parent 93273c6 commit 63e7773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ int dropprivs(void);
int dropfs(const char *);
int checkprivs(void);

int sandbox_after();
int sandbox_before();
int sandbox_after(void);
int sandbox_before(void);

/*
* Should we print debugging messages?
Expand Down

0 comments on commit 63e7773

Please sign in to comment.