Integer type name change.
[silc.git] / lib / silcclient / client_notify.c
index 09ca7735ed3174017058ec1d8c74d96cc4c0dc1b..862d957a3631430ff3be933a4588088bfceb0401 100644 (file)
@@ -21,7 +21,8 @@
    important packets sent by the server. They tell different things to the
    client such as nick changes, mode changes etc. */
 
-#include "clientlibincludes.h"
+#include "silcincludes.h"
+#include "silcclient.h"
 #include "client_internal.h"
 
 typedef struct {
@@ -104,7 +105,7 @@ void silc_client_notify_by_server(SilcClient client,
   SilcChannelUser chu;
   SilcServerEntry server;
   unsigned char *tmp;
-  uint32 tmp_len, mode;
+  SilcUInt32 tmp_len, mode;
 
   SILC_LOG_DEBUG(("Start"));
 
@@ -822,7 +823,7 @@ void silc_client_notify_by_server(SilcClient client,
        * from channels as they quit as well.
        */
       SilcClientEntry *clients = NULL;
-      uint32 clients_count = 0;
+      SilcUInt32 clients_count = 0;
       int i;
 
       SILC_LOG_DEBUG(("Notify: SIGNOFF"));