]> mj.ucw.cz Git - nwho.git/blobdiff - nwho.h
More work on bringing the Debian packaging up to date
[nwho.git] / nwho.h
diff --git a/nwho.h b/nwho.h
index 91a4e73c99cd418061b4d9e82b780af8dec0aa44..69bc7a469b5ea3bc8aceca1dd4541b34487cb326 100644 (file)
--- a/nwho.h
+++ b/nwho.h
@@ -46,3 +46,7 @@ static inline int nwho_pkt_size(struct nwho_pkt *pkt)
 {
   return sizeof(struct nwho_pkt) - (MAX_USERS - ntohl(pkt->num_users))*sizeof(struct userinfo);
 }
+
+/* util.c */
+
+void die(char *msg, ...) __attribute__((noreturn));