diff src/protocols/zephyr/zephyr_err.c @ 12424:7c2e2c4d45a4

[gaim-migrate @ 14731] Add prototypes, make things static, or #if 0 out unused function as necessary to get zephyr to compile without prototype warnings. It's painfully obvious that this code was written before prototypes existed, or at least before they became standard. As we need to maintain source compatibility with an external libzephyr, I can't really start adding header files. If someone cares about this protocol, feel free to clean this up a bit. My only concern is that I caught any actual mistakes and that it compiles without spurious warnings that would distract us from problems elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 23:38:36 +0000
parents 424a40f12a6c
children
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr_err.c	Thu Dec 08 23:36:47 2005 +0000
+++ b/src/protocols/zephyr/zephyr_err.c	Thu Dec 08 23:38:36 2005 +0000
@@ -1,7 +1,5 @@
-/*
- * zephyr_err.c:
- * This file is automatically generated; please do not edit it.
- */
+#include "zephyr_err.h"
+
 #ifdef __STDC__
 #define NOARGS void
 #else