]> andersk Git - libfaim.git/blobdiff - faim/aim.h
- Fri Aug 18 19:52:54 UTC 2000
[libfaim.git] / faim / aim.h
index a35af362bd145c2d8343653479319bc059620fc6..3947d10afcee01f49d2ddaf284f29f1bfff1fa11 100644 (file)
@@ -53,7 +53,7 @@
  * But they get it to compile.
  */
 #define faim_mutex_t char
-#define faim_mutex_init(x, y) *x = 0
+#define faim_mutex_init(x) *x = 0
 #define faim_mutex_lock(x) *x = 1;
 #define faim_mutex_unlock(x) *x = 0;
 #define faim_mutex_destroy(x) *x = 0;
This page took 0.305661 seconds and 4 git commands to generate.