X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32svrapi.h;h=4f070ef61ba4b15a6dbe7e84ae348348c96af206;hp=ae1ea7d3986c4e729de30831512d70c7e9dc15b7;hb=722e68fce64a6bda026065abad4b6a5c6dbe4da5;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/w32svrapi.h b/w32svrapi.h index ae1ea7d3..4f070ef6 100644 --- a/w32svrapi.h +++ b/w32svrapi.h @@ -1,6 +1,6 @@ #ifndef W32_SVRAPI_H_INCLUDED #define W32_SVRAPI_H_INCLUDED -#define W32_SVRAPI_H_VERSION "$Id: w32svrapi.h,v 1.2 2009/05/16 13:27:20 fabiankeil Exp $" +#define W32_SVRAPI_H_VERSION "$Id: w32svrapi.h,v 1.3 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32svrapi.h,v $ @@ -50,10 +50,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - #ifdef _WIN32 @@ -131,9 +127,5 @@ extern BOOL w32_set_service_status( #endif /* def _WIN32 */ -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef W32_SVRAPI_H_INCLUDED */