diff --git a/structs.h b/structs.h index b9f3d7a92..d5b5fe24d 100644 --- a/structs.h +++ b/structs.h @@ -1305,6 +1305,14 @@ typedef struct _SNETPROGRAMDATA { int lcid; } _SNETPROGRAMDATA; +typedef struct _SNETVERSIONDATA { + int size; + char *versionstring; + char *executablefile; + char *originalarchivefile; + char *patcharchivefile; +} _SNETVERSIONDATA; + typedef struct _SNETUIDATA { int size; int uiflags; @@ -1337,14 +1345,6 @@ typedef struct _SNETUIDATA { void(* changenamecallback)(); } _SNETUIDATA; -typedef struct _SNETVERSIONDATA { - int size; - char *versionstring; - char *executablefile; - char *originalarchivefile; - char *patcharchivefile; -} _SNETVERSIONDATA; - // TPDEF PTR FCN UCHAR SNETSPIBIND // TPDEF PTR FCN UCHAR SNETSPIQUERY