From: Francesco Chemolli Date: Mon, 4 Mar 2024 15:05:41 +0000 (+0700) Subject: Fix NIS helper header-guard X-Git-Tag: SQUID_6_9~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f0bd2ad5c3d328c3ee201dec052d18ddca5a60;p=thirdparty%2Fsquid.git Fix NIS helper header-guard --- diff --git a/src/auth/basic/NIS/nis_support.h b/src/auth/basic/NIS/nis_support.h index 01b9dbf5be..9c30298419 100644 --- a/src/auth/basic/NIS/nis_support.h +++ b/src/auth/basic/NIS/nis_support.h @@ -8,9 +8,6 @@ #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H #define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H -#ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H -#define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H - extern char * get_nis_password(char *user, char *nisdomain, char *nismap); #endif /* SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H */