From b91981af5951896da07afd59b2204b546bf56cec Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Thu, 11 May 2023 10:09:09 +0000 Subject: [PATCH] factor code --- include/libs/stream/streamState.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libs/stream/streamState.h b/include/libs/stream/streamState.h index 63e9e3799a..5b125b42d4 100644 --- a/include/libs/stream/streamState.h +++ b/include/libs/stream/streamState.h @@ -20,13 +20,13 @@ #include "tsimplehash.h" #include "tstreamFileState.h" +#ifndef _STREAM_STATE_H_ +#define _STREAM_STATE_H_ + #ifdef __cplusplus extern "C" { #endif -#ifndef _STREAM_STATE_H_ -#define _STREAM_STATE_H_ - // void* streamBackendInit(const char* path); // void streamBackendCleanup(void* arg); // SListNode* streamBackendAddCompare(void* backend, void* arg);