From 38e0dafc4c1e71a5ff7a9d9563d80b096945f97b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:14:19 +0000 Subject: rename the notify.c methods Use "notify" as a prefix rather than suffix. git-svn-id: https://svn.musicpd.org/mpd/trunk@7279 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/notify.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/notify.h') diff --git a/src/notify.h b/src/notify.h index 1c94eae6e..9f1a1961b 100644 --- a/src/notify.h +++ b/src/notify.h @@ -38,10 +38,10 @@ typedef struct _Notify { int fds[2]; } Notify; -void initNotify(Notify *notify); +void notifyInit(Notify *notify); -void waitNotify(Notify *notify); +void notifyWait(Notify *notify); -void signalNotify(Notify *notify); +void notifySignal(Notify *notify); #endif -- cgit v1.2.3