File: ws_errmsg.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (27 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * $Id: ws_errmsg.h,v 1.1 2005/04/13 17:00:30 baud Exp $
 */

/*
 * @(#)ws_errmsg.h	1.1 12/11/98 CERN IT-PDP/IP Aneta Baran
 */

/*
 * Copyright (C) 1990-1998 by CERN/IT/PDP/IP
 * All rights reserved
 */


#ifndef WS_ERRMSG_H
#define WS_ERRMSG_H
#if defined(_WIN32)
#include <winsock2.h>
#include <stdio.h>

extern char *ws_errmsg[];
char *geterr(void);
int ws_perror (char *s);
char *ws_strerr (int err_no);

#endif	/* WIN32 */
#endif	/* WS_ERRMSG_H */