X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbroken_headers.h;h=8c059344d373e84cbd4fd7e33c74933165b18c11;hb=8a5d04fd84e344a1ba1cfd3f5cce67d41874cfa3;hp=dd97486bba744f13b23d1690f1e5805c689948a2;hpb=dfe1bc44b44903faf77ef454c98c4c3e56c1d5e3;p=lyx.git diff --git a/src/broken_headers.h b/src/broken_headers.h index dd97486bba..8c059344d3 100644 --- a/src/broken_headers.h +++ b/src/broken_headers.h @@ -1,12 +1,13 @@ /* -*- C++ -*- */ /* This file is part of * ====================================================== -* +* * LyX, The Document Processor -* -* Copyright (C) 1995 Matthias Ettrich -* Copyright (C) 1995-1998 The LyX Team -*====================================================== +* +* Copyright 1995 Matthias Ettrich +* Copyright 1995-2001 The LyX Team +* +* ====================================================== A few prototypes missing from Sun and SCO 3.2v4 header files */ #ifndef BROKEN_HEADERS_H @@ -17,11 +18,11 @@ extern "C" { #endif #ifndef HAVE_MEMMOVE -void bcopy(unsigned char *b1, unsigned char *b2, int length); +void bcopy(unsigned char * b1, unsigned char * b2, int length); #endif -int readlink(char const *path, char *buf, int bufsiz); -int strcasecmp(char const *s1, char const *s2); +int readlink(char const * path, char * buf, int bufsiz); +int strcasecmp(char const * s1, char const * s2); #ifdef __cplusplus }