diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-23 16:02:25 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-23 16:02:25 (GMT) |
commit | fa73e7ef3c956527331d9897c01ded8e8f40fd19 (patch) | |
tree | 8fe72a89f2ef75de975e15389b94a5b1f79e56f5 /sysexec.h | |
parent | 70329443abb6008ed004f3a90b79ba93ea492492 (diff) |
fixed typo at include guards
Diffstat (limited to 'sysexec.h')
-rw-r--r-- | sysexec.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ * along with uAnytun. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UANYUTN_sysexec_h_INCLUDED -#define UANYUTN_sysexec_h_INCLUDED +#ifndef UANYTUN_sysexec_h_INCLUDED +#define UANYTUN_sysexec_h_INCLUDED int uanytun_exec(const char* script, char* const argv[], char* const evp[]); |