diff --git a/encode.h b/encode.h index 2ea285a..425038c 100644 --- a/encode.h +++ b/encode.h @@ -1,5 +1,5 @@ -#ifndef HEADER_ENCODE -#define HEADER_ENCODE +#ifndef ENCODE_H +#define ENCODE_H int encode(unsigned char *op, int olen, unsigned char *sp, int url); diff --git a/input.h b/input.h index 42bd4a6..d859cbd 100644 --- a/input.h +++ b/input.h @@ -1,5 +1,5 @@ -#ifndef HEADER_INPUT -#define HEADER_INPUT +#ifndef INPUT_H +#define INPUT_H #include diff --git a/output.h b/output.h index 8135e20..85736f2 100644 --- a/output.h +++ b/output.h @@ -1,5 +1,5 @@ -#ifndef HEADER_OUTPUT -#define HEADER_OUTPUT +#ifndef OUTPUT_H +#define OUTPUT_H #include