Mercurial > pidgin
comparison src/stringref.c @ 7789:d52f01b821df
[gaim-migrate @ 8435]
man people are picky (compilers too)
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 07 Dec 2003 16:38:43 +0000 |
| parents | 6741cac0bf52 |
| children | c2e391c480b6 |
comparison
equal
deleted
inserted
replaced
| 7788:6741cac0bf52 | 7789:d52f01b821df |
|---|---|
| 25 #include "internal.h" | 25 #include "internal.h" |
| 26 | 26 |
| 27 #include <string.h> | 27 #include <string.h> |
| 28 #include <stdarg.h> | 28 #include <stdarg.h> |
| 29 | 29 |
| 30 #include "debug.h" | |
| 30 #include "stringref.h" | 31 #include "stringref.h" |
| 31 | 32 |
| 32 static GList *gclist = NULL; | 33 static GList *gclist = NULL; |
| 33 | 34 |
| 34 static void stringref_free(GaimStringref *stringref); | 35 static void stringref_free(GaimStringref *stringref); |
