diff options
Diffstat (limited to 'src/sysexec.h')
-rw-r--r-- | src/sysexec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysexec.h b/src/sysexec.h index 13ae2bf..f81bb4c 100644 --- a/src/sysexec.h +++ b/src/sysexec.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _SYSEXEC_H_ -#define _SYSEXEC_H_ +#ifndef UANYUTN_sysexec_h_INCLUDED +#define UANYUTN_sysexec_h_INCLUDED int uanytun_exec(const char* script, char* const argv[], char* const evp[]); |