--- 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 */