From 764dea6ddb8fb8f164858426d755afc33b3a2f1d Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 26 Feb 2024 12:04:08 -0600 Subject: content-disposition --- src/types/str.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/types/str.h') diff --git a/src/types/str.h b/src/types/str.h index 60b0cb9..ccf379f 100644 --- a/src/types/str.h +++ b/src/types/str.h @@ -1,3 +1,6 @@ +#ifndef __STR_H +#define __STR_H + #include #include #include @@ -13,3 +16,5 @@ void str_free(str*); void str_push(str*, char*); void str_pushl(str*, char*, size_t); void str_clear(str*); + +#endif //__STR_H \ No newline at end of file -- cgit v1.2.3