chiark / gitweb /
server/admin.c: Note that it's safe to call `a_create' before `a_init'.
[tripe] / server / admin.c
index 85e8c236ee0273d28d10d6c505a379a859665e19..e5306206c21e895de175b2b0176875ecbfeface6 100644 (file)
@@ -2404,7 +2404,8 @@ static void a_line(char *p, size_t len, void *vp)
  *
  * Returns:    ---
  *
- * Use:                Creates a new admin connection.
+ * Use:                Creates a new admin connection.  It's safe to call this
+ *             before @a_init@.
  */
 
 void a_create(int fd_in, int fd_out, unsigned f)