From 92b51dd634f664fb5a2805ff097e11a5b8ac1684 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Thu, 11 Dec 2008 11:45:17 +0100 Subject: Use common prefix _LD in header files. --- semaphore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'semaphore.h') diff --git a/semaphore.h b/semaphore.h index 6c349e4..d417443 100644 --- a/semaphore.h +++ b/semaphore.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _LDAP_SEMAPHORE_H_ -#define _LDAP_SEMAPHORE_H_ +#ifndef _LD_SEMAPHORE_H_ +#define _LD_SEMAPHORE_H_ #include #include @@ -42,4 +42,4 @@ void semaphore_destroy(semaphore_t *sem); void semaphore_wait(semaphore_t *sem); void semaphore_signal(semaphore_t *sem); -#endif /* !_LDAP_SEMAPHORE_H_ */ +#endif /* !_LD_SEMAPHORE_H_ */ -- cgit