comparison libpurple/protocols/oscar/oscar.c @ 27225:454d46e9cbb7

Make a function static and add two comments
author Mark Doliner <mark@kingant.net>
date Mon, 22 Jun 2009 08:15:58 +0000
parents 01f1929d0936
children 763247959e00
comparison
equal deleted inserted replaced
27224:c51fc4daf81b 27225:454d46e9cbb7
1870 } 1870 }
1871 1871
1872 /* size of icbmui.ocm, the largest module in AIM 3.5 */ 1872 /* size of icbmui.ocm, the largest module in AIM 3.5 */
1873 #define AIM_MAX_FILE_SIZE 98304 1873 #define AIM_MAX_FILE_SIZE 98304
1874 1874
1875 int purple_memrequest(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...) { 1875 static int purple_memrequest(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...)
1876 {
1876 va_list ap; 1877 va_list ap;
1877 struct pieceofcrap *pos; 1878 struct pieceofcrap *pos;
1878 guint32 offset, len; 1879 guint32 offset, len;
1879 char *modname; 1880 char *modname;
1880 1881