Revision: 14589
Author: [email protected]
Date: Sun Apr 11 17:10:41 2010
Log: Remove prototypes moved to win32_error.h
http://code.google.com/p/lusca-cache/source/detail?r=14589

Modified:
 /branches/LUSCA_HEAD/include/util.h

=======================================
--- /branches/LUSCA_HEAD/include/util.h Sat Apr 10 19:41:00 2010
+++ /branches/LUSCA_HEAD/include/util.h Sun Apr 11 17:10:41 2010
@@ -149,7 +149,6 @@
 extern int kill(pid_t, int);
 extern int statfs(const char *, struct statfs *);
 extern int truncate(const char *, off_t);
-extern const char *wsastrerror(int);
 extern struct passwd *getpwnam(char *);
 extern struct group *getgrnam(char *);
 extern uid_t geteuid(void);
@@ -160,8 +159,6 @@
 extern gid_t getegid(void);
 extern int setgid(gid_t);
 extern int setegid(gid_t);
-extern const char *WIN32_strerror(int);
-extern void WIN32_maperror(unsigned long);
 extern int WIN32_Close_FD_Socket(int);
 extern int WIN32_getrusage(int, struct rusage *);
 extern void setbuffer(FILE *, char *, size_t);

--
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