]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_stringlist.h
Drop leading, internal, and trailing blank characters in \o (overstrike)
[mandoc.git] / compat_stringlist.h
index d3154b3453c60fc44131957192320500a0cbf6f3..424f1a239cb88633da41431280855b874f2f63f0 100644 (file)
@@ -1,7 +1,8 @@
+/*     $Id: compat_stringlist.h,v 1.3 2015/05/20 23:43:03 schwarze Exp $       */
 /*     $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $     */
 
 /*
- * Copyright (c) 1994 Christos Zoulas
+ * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by Christos Zoulas.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * $FreeBSD$
  */
 
-#ifndef _STRINGLIST_H
-#define _STRINGLIST_H 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 
 /*
@@ -53,5 +44,3 @@ int    sl_add(StringList *, char *);
 void    sl_free(StringList *, int);
 char   *sl_find(StringList *, const char *);
 __END_DECLS
-
-#endif /* _STRINGLIST_H */