chiark / gitweb /
doxygen
[disorder] / lib / speaker-protocol.h
index 2002d0bf17b3b422f2400a190f2fc08c623dce0a..eb2a1ae116d2316181a907a4bbbba1a2596b7d28 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA
  */
-/** @file lib/speaker-protocol.c
+/** @file lib/speaker-protocol.h
  * @brief Speaker/server protocol support
  *
  * This file defines the protocol by which the main server and the speaker
  * process communicate.
  */
 
-#ifndef SPEAKER_H
-#define SPEAKER_H
+#ifndef SPEAKER_PROTOCOL_H
+#define SPEAKER_PROTOCOL_H
 
 /** @brief A message from the main server to the speaker, or vica versa */
 struct speaker_message {
@@ -104,7 +104,7 @@ int speaker_recv(int fd, struct speaker_message *sm, int *datafd);
  * on EOF, +ve if a message is read, -1 on EAGAIN, terminates on any other
  * error. */
 
-#endif /* SPEAKER_H */
+#endif /* SPEAKER_PROTOCOL_H */
 
 /*
 Local Variables: