This commit was manufactured by cvs2svn to create tag
[lyx.git] / src / broken_headers.h
blobdd97486bba744f13b23d1690f1e5805c689948a2
1 /* -*- C++ -*- */
2 /* This file is part of
3 * ======================================================
4 *
5 * LyX, The Document Processor
6 *
7 * Copyright (C) 1995 Matthias Ettrich
8 * Copyright (C) 1995-1998 The LyX Team
9 *======================================================
10 A few prototypes missing from Sun and SCO 3.2v4 header files */
12 #ifndef BROKEN_HEADERS_H
13 #define BROKEN_HEADERS_H
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
19 #ifndef HAVE_MEMMOVE
20 void bcopy(unsigned char *b1, unsigned char *b2, int length);
21 #endif
23 int readlink(char const *path, char *buf, int bufsiz);
24 int strcasecmp(char const *s1, char const *s2);
26 #ifdef __cplusplus
28 #endif
30 #endif /* _BROKEN_HEADERS_H */