summaryrefslogtreecommitdiffstats
path: root/semaphore.h
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2008-12-11 11:45:17 +0100
committerMartin Nagy <mnagy@redhat.com>2008-12-11 11:45:17 +0100
commit92b51dd634f664fb5a2805ff097e11a5b8ac1684 (patch)
tree8e70eda47acb3eca73d75cb7d5c12485d920b226 /semaphore.h
parentc6faff7f3bcfa210f4b48f0b691cb525ab97d530 (diff)
downloadldap_driver-92b51dd634f664fb5a2805ff097e11a5b8ac1684.tar.gz
ldap_driver-92b51dd634f664fb5a2805ff097e11a5b8ac1684.tar.xz
ldap_driver-92b51dd634f664fb5a2805ff097e11a5b8ac1684.zip
Use common prefix _LD in header files.
Diffstat (limited to 'semaphore.h')
-rw-r--r--semaphore.h6
1 files changed, 3 insertions, 3 deletions
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 <isc/condition.h>
#include <isc/mutex.h>
@@ -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_ */