Revision: 14561
Author: adrian.chadd
Date: Sat Apr 10 08:28:26 2010
Log: Shuffle the header files from lib/ to include/ . oops!


http://code.google.com/p/lusca-cache/source/detail?r=14561

Added:
 /branches/LUSCA_HEAD/include/win32_error.h
 /branches/LUSCA_HEAD/include/win32_version.h
Deleted:
 /branches/LUSCA_HEAD/lib/win32_error.h
 /branches/LUSCA_HEAD/lib/win32_version.h

=======================================
--- /dev/null
+++ /branches/LUSCA_HEAD/include/win32_error.h  Sat Apr 10 08:28:26 2010
@@ -0,0 +1,8 @@
+#ifndef        __LUSCA_WIN32_ERROR_H__
+#define        __LUSCA_WIN32_ERROR_H__
+
+extern const char * wsastrerror(int err);
+extern const char * WIN32_strerror(int err);
+extern void WIN32_maperror(unsigned long WIN32_oserrno);
+
+#endif
=======================================
--- /dev/null
+++ /branches/LUSCA_HEAD/include/win32_version.h        Sat Apr 10 08:28:26 2010
@@ -0,0 +1,7 @@
+#ifndef        __LUSCA_WIN32_VERSION_H__
+#define        __LUSCA_WIN32_VERSION_H__
+
+extern unsigned int WIN32_OS_version;   /* 0 */
+extern char *WIN32_OS_string;   /* NULL */
+
+#endif
=======================================
--- /branches/LUSCA_HEAD/lib/win32_error.h      Sat Apr 10 04:24:15 2010
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef        __LUSCA_WIN32_ERROR_H__
-#define        __LUSCA_WIN32_ERROR_H__
-
-extern const char * wsastrerror(int err);
-extern const char * WIN32_strerror(int err);
-extern void WIN32_maperror(unsigned long WIN32_oserrno);
-
-#endif
=======================================
--- /branches/LUSCA_HEAD/lib/win32_version.h    Sat Apr 10 04:24:15 2010
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef        __LUSCA_WIN32_VERSION_H__
-#define        __LUSCA_WIN32_VERSION_H__
-
-extern unsigned int WIN32_OS_version;   /* 0 */
-extern char *WIN32_OS_string;   /* NULL */
-
-#endif

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to