diff src/protocols/oscar/aim_internal.h @ 11253:7d31d61e6438

[gaim-migrate @ 13422] Get rid of faimdprintf and use gaim_debug functions instead committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Aug 2005 06:43:45 +0000
parents 8d74ae785a46
children bcd7bd6a42dd
line wrap: on
line diff
--- a/src/protocols/oscar/aim_internal.h	Sat Aug 13 06:04:30 2005 +0000
+++ b/src/protocols/oscar/aim_internal.h	Sat Aug 13 06:43:45 2005 +0000
@@ -175,9 +175,9 @@
 /*
  * This is inside every connection.  But it is a void * to anything
  * outside of libfaim.  It should remain that way.  It's called data
- * abstraction.  Maybe you've heard of it.  (Probably not if you're a 
+ * abstraction.  Maybe you've heard of it.  (Probably not if you're a
  * libfaim user.)
- * 
+ *
  */
 typedef struct aim_conn_inside_s {
 	struct snacgroup *groups;
@@ -213,7 +213,5 @@
 faim_internal int aim_rates_addparam(aim_session_t *, aim_conn_t *);
 faim_internal int aim_rates_delparam(aim_session_t *, aim_conn_t *);
 
-faim_internal void faimdprintf(aim_session_t *sess, int dlevel, const char *format, ...);
-
 #endif /* __AIM_INTERNAL_H__ */
 #endif /* FAIM_INTERNAL */