chiark / gitweb /
missing EXTRA_DIST and path
[disorder] / lib / client-common.c
index 1e8fbacb5bbe341580bc915b8e13aed28e6696ab..e1fcce9eb59dba1d820ddcb2ef1c1ba3e358269e 100644 (file)
 #include "client-common.h"
 #include "addr.h"
 
+/** @brief Invoke a function with the connect address
+ * @param c Passed to callback
+ * @param function Function to call
+ *
+ * Calls @p function with the result of looking up the connect address.
+ */
 int with_sockaddr(void *c,
                  int (*function)(void *c,
                                  const struct sockaddr *sa,
@@ -83,4 +89,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:NhE5Xyy+Tzv6rhKtZ1jNlg */