Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 0e168f220246528bb469ec7c1198285b > files > 4

griv-0.1.9-8.fc13.src.rpm

--- griv-0.1.9/src/lista.h.debug	2008-03-13 01:51:19.000000000 +0900
+++ griv-0.1.9/src/lista.h	2008-07-30 22:41:01.000000000 +0900
@@ -54,6 +54,7 @@ gboolean lista_check_nick_availability(g
 int lista_set_away(gint id, gboolean away, char *away_txt);
 int lista_change_nick(gint id, char *newnick);
 gchar* lista_get_ip_by_id(gint id);
+int lista_get_gid_by_id(gint id);
 
 #endif
 
--- griv-0.1.9/src/net.h.debug	2008-03-13 01:51:19.000000000 +0900
+++ griv-0.1.9/src/net.h	2008-07-30 22:42:47.000000000 +0900
@@ -99,5 +99,6 @@ void change_nick(char *nick);
 void send_ping();
 int net_start();
 int send_reaway();
+int sendpacket(struct PAKIET* pakiet, int typ, int toid, char *datagram);
 
 #endif
--- griv-0.1.9/src/ui.c.debug	2008-03-13 01:51:19.000000000 +0900
+++ griv-0.1.9/src/ui.c	2008-07-30 22:43:46.000000000 +0900
@@ -24,6 +24,7 @@
 #include "riv.h"
 #include "commands.h"
 #include "griv-icon.h"
+#include "stuff.h"
 
 GtkWidget *window;
 GtkTreePath *selected_path;