]> andersk Git - libfaim.git/commitdiff
- Thu Feb 8 20:12:39 UTC 2001
authormid <mid>
Thu, 8 Feb 2001 20:16:53 +0000 (20:16 +0000)
committermid <mid>
Thu, 8 Feb 2001 20:16:53 +0000 (20:16 +0000)
  - Let TLV functions out of aim.h if FAIM_NEED_TLV is defined.

CHANGES
faim/aim.h

diff --git a/CHANGES b/CHANGES
index efda2899f70792455c8fc97c2ef1180a7784c24b..b46ed5b34f99ec03cf1968b4c64939fbbd386af0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 
 No release numbers
 ------------------
+ - Thu Feb  8 20:12:39 UTC 2001
+  - Let TLV functions out of aim.h if FAIM_NEED_TLV is defined.
+
  - Thu Feb  8 02:31:25 UTC 2001
   - Remove aim_purgecookies() -- never used anyway
   - Clean up a few bits of aim_msgcookie.c
index 044410a35a52153b8c98b072ba8756df5fc6f3ae..b884dba6c734cdaef586425f3d1e2b8de6383049 100644 (file)
@@ -389,7 +389,7 @@ struct aim_userinfo_s {
 #define AIM_FLAG_ALLUSERS      0x001f
 
 
-#ifdef FAIM_INTERNAL
+#if defined(FAIM_INTERNAL) || defined(FAIM_NEED_TLV)
 /*
  * TLV handling
  */
This page took 0.058347 seconds and 5 git commands to generate.