X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fresult.h;h=6142ba82e74f948c6f35fb29e9b448f57a404704;hb=5ba03c8cc82605f0eb171d547876fb6cbed70a76;hp=5947cb859575e39e4fee708bc39cacef8f457fa7;hpb=9cde1fdc1bbd49775c75a83e44c942354129f1d5;p=m6w6%2Flibmemcached diff --git a/libmemcached/result.h b/libmemcached/result.h index 5947cb85..6142ba82 100644 --- a/libmemcached/result.h +++ b/libmemcached/result.h @@ -36,8 +36,6 @@ */ #pragma once -#ifndef __LIBMEMCACHED_RESULT_H__ -#define __LIBMEMCACHED_RESULT_H__ struct memcached_result_st { uint32_t item_flags; @@ -99,6 +97,3 @@ void memcached_result_set_expiration(memcached_result_st *self, time_t expiratio #ifdef __cplusplus } // extern "C" #endif - - -#endif /* __LIBMEMCACHED_RESULT_H__ */