]> git.lyx.org Git - lyx.git/blobdiff - src/broken_headers.h
Point fix, earlier forgotten
[lyx.git] / src / broken_headers.h
index dd97486bba744f13b23d1690f1e5805c689948a2..687bde8d6770280e6a513ba6dcb66674c23ba4fd 100644 (file)
@@ -1,13 +1,15 @@
-/* -*- C++ -*- */
-/* This file is part of
-* ======================================================
-* 
-*           LyX, The Document Processor
-*        
-*           Copyright (C) 1995 Matthias Ettrich
-*           Copyright (C) 1995-1998 The LyX Team
-*======================================================
- A few prototypes missing from Sun and SCO 3.2v4 header files */
+// -*- C++ -*-
+/**
+ * \file broken_headers.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+// A few prototypes missing from Sun and SCO 3.2v4 header files.
 
 #ifndef BROKEN_HEADERS_H
 #define BROKEN_HEADERS_H
@@ -17,11 +19,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
 }