diff options
Diffstat (limited to 'decoders/http/http_decoder_string.h')
| -rw-r--r-- | decoders/http/http_decoder_string.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/decoders/http/http_decoder_string.h b/decoders/http/http_decoder_string.h index 3b25732..006794c 100644 --- a/decoders/http/http_decoder_string.h +++ b/decoders/http/http_decoder_string.h @@ -1,5 +1,4 @@ -#ifndef _HTTP_DECODER_STRING_H_ -#define _HTTP_DECODER_STRING_H_ +#pragma once #include "stellar/http.h" @@ -71,4 +70,4 @@ enum string_state http_decoder_string_state(const struct http_decoder_string *rs int http_decoder_string_get(const struct http_decoder_string *rstr, hstring *out); void http_decoder_string_dump(struct http_decoder_string *rstr, const char *desc); -#endif
\ No newline at end of file +
\ No newline at end of file |
