X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbroken_headers.h;h=a8a253312dfe1fbc559e0d30a6809ffd9b1e8571;hb=fe4e2a84c664ab13a2cfbfcbdb953d72c77eb268;hp=d2e51ee41e5e557c57c3d44ddd6232728eea30ec;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/broken_headers.h b/src/broken_headers.h index d2e51ee41e..a8a253312d 100644 --- a/src/broken_headers.h +++ b/src/broken_headers.h @@ -1,27 +1,28 @@ /* -*- 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-2000 The LyX Team +* +* ====================================================== A few prototypes missing from Sun and SCO 3.2v4 header files */ -#ifndef _BROKEN_HEADERS_H -#define _BROKEN_HEADERS_H +#ifndef BROKEN_HEADERS_H +#define BROKEN_HEADERS_H #ifdef __cplusplus 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 }