src/protocols/gg/libgg.h

changeset 3466
db8d35ad8480
parent 2884
0720457ae311
child 6063
8fbafa2e1846
--- a/src/protocols/gg/libgg.h	Thu Aug 29 01:43:23 2002 +0000
+++ b/src/protocols/gg/libgg.h	Thu Aug 29 01:47:15 2002 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.h 2897 2001-12-14 18:24:10Z warmenhoven $ */
+/* $Id: libgg.h 3516 2002-08-29 01:47:15Z seanegan $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -375,8 +375,8 @@
 int gg_connect(void *addr, int port, int async);
 void gg_read_line(int sock, char *buf, int length);
 void gg_chomp(char *line);
-char *gg_urlencode(char *str);
-int gg_http_hash(unsigned char *email, unsigned char *password);
+char *gg_urlencode(const char *str);
+int gg_http_hash(const unsigned char *email, const unsigned char *password);
 
 #define GG_APPMSG_HOST "appmsg.gadu-gadu.pl"
 #define GG_APPMSG_PORT 80

mercurial