]> andersk Git - libfaim.git/blobdiff - aim_util.c
UNKNOWN CONNECTION TYPE bugfix.
[libfaim.git] / aim_util.c
index a83a9974d7029e10eebfce3ac6ae53a00f9d1d7d..f7cb012021ff01a112e89e143215fc3acd5747e3 100644 (file)
@@ -4,7 +4,7 @@
  *
  */
 
-#include "aim.h"
+#include <faim/aim.h>
 
 int aimutil_put8(u_char *buf, u_char data)
 {
@@ -12,6 +12,11 @@ int aimutil_put8(u_char *buf, u_char data)
   return 1;
 }
 
+u_char aimutil_get8(u_char *buf)
+{
+  return buf[0];
+}
+
 /*
  * Endian-ness issues here?
  */
This page took 0.033203 seconds and 4 git commands to generate.