Rename socket_info_struct to SocketInfo
This commit is contained in:
parent
f4b270a60e
commit
6ecfb8b5a6
@ -103,7 +103,7 @@
|
||||
#endif
|
||||
#define BUFFER_LENGTH 4096
|
||||
|
||||
struct socket_info_struct socket_info;
|
||||
struct SocketInfo socket_info;
|
||||
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
struct socket_info_struct
|
||||
struct SocketInfo
|
||||
{
|
||||
gboolean ignore_socket;
|
||||
gchar *file_name;
|
||||
@ -36,7 +36,7 @@ struct socket_info_struct
|
||||
guint lock_socket_tag;
|
||||
};
|
||||
|
||||
extern struct socket_info_struct socket_info;
|
||||
extern struct SocketInfo socket_info;
|
||||
|
||||
gint socket_init(gint argc, gchar **argv);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user