X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_backup.h;h=d8a2ab3d10467c7fed46036bf74fb68d0660833a;hp=57f6a05d001562df797b97c41b194023a556ed5c;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/apps/silcd/server_backup.h b/apps/silcd/server_backup.h index 57f6a05d..d8a2ab3d 100644 --- a/apps/silcd/server_backup.h +++ b/apps/silcd/server_backup.h @@ -87,7 +87,7 @@ void silc_server_backup_send(SilcServer server, SilcPacketType type, SilcPacketFlags flags, unsigned char *data, - uint32 data_len, + SilcUInt32 data_len, bool force_send, bool local); @@ -102,7 +102,7 @@ void silc_server_backup_send_dest(SilcServer server, void *dst_id, SilcIdType dst_id_type, unsigned char *data, - uint32 data_len, + SilcUInt32 data_len, bool force_send, bool local); @@ -117,7 +117,7 @@ void silc_server_backup_resume_router(SilcServer server, `ip' and `port'. The `connected' callback will be called when the connection is created. */ void silc_server_backup_reconnect(SilcServer server, - const char *ip, uint16 port, + const char *ip, SilcUInt16 port, SilcServerConnectRouterCallback callback, void *context);