removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / locate_host.h
index 69e343574c09b81587b0334df10adfd26c9e2af3..229805363447c4c217af56329dacd1c0bd5623a2 100644 (file)
@@ -1,2 +1,2 @@
 /* $Id$ */
-void locate_host(char *tbuf, const struct in_addr *addr);
+void locate_host(char *tbuf, size_t n, const struct in_addr *addr);