diff options
| author | lijia <[email protected]> | 2024-08-16 14:58:19 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-08-16 16:05:57 +0800 |
| commit | 5ccd3bc23cf46a11ada14eab3e0b0a354733da59 (patch) | |
| tree | 140a676f27ca516916fdd78eb1a0f07d8c59dac8 /decoders/http/http_decoder_string.h | |
| parent | a59eca7685e126226d5c2b4679a2a90711cc5875 (diff) | |
Adjust benchmark directory,enable HTTP test,rename variables,format codesdev-integration-http
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 |
