* added RCS Id keyword strings to sources
[citadel.git] / citadel / snprintf.h
index 29fee85623fb825a7205ecc662d1622328a2d3fc..aa082b4451c9350eb0c45733f912ffad1528f78b 100644 (file)
@@ -1,2 +1,3 @@
+/* $Id$ */
 int snprintf (char *buf, size_t max, const char *fmt, ...);
 int vsnprintf (char *buf, size_t max, const char *fmt, va_list argp);