Add link to sideband.h in doxygen main page.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Dec 2013 16:38:53 +0000 (16:38 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:30 +0000 (16:49 +0100)
It is an essential part of the client/server communication, and is
well documented to boot.

server.c

index fc7ff296e4848bd4f1c487caa3d2e044c2c033a6..cd661f3454872a2cbde3bf935cf22a08b28b4669 100644 (file)
--- a/server.c
+++ b/server.c
  *     - Inter process communication: \ref ipc.c,
  *     - Blob tables: \ref blob.c,
  *     - The error subsystem: \ref error.h, \ref error2.c,
- *     - Access control for paraslash senders: \ref acl.c, \ref acl.h.
- *     - Internal crypto API: \ref crypt.h.
- *     - interactive sessions (libreadline): \ref interactive.c.
+ *     - Access control for paraslash senders: \ref acl.c, \ref acl.h,
+ *     - Internal crypto API: \ref crypt.h,
+ *     - interactive sessions (libreadline): \ref interactive.c,
+ *     - sideband API: \ref sideband.h.
  *
  * Low-level data structures:
  *