Avoid warning about sys/sysctl.h on glibc-2.30.
[paraslash.git] / filter.h
index 75ab48b7b90a286aa63cefca0f92160ca97df424..69d4dfee8534941ab74bb17d7d2a5ff8e23eed6b 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file filter.h Filter-related structures and exported symbols from filter_common.c. */
 
@@ -143,6 +139,5 @@ static inline void write_int16_host_endian(char *buf, int val)
 #endif
 }
 
-/** Make a filter pointer from the filter number. */
 const struct filter *filter_get(int filter_num);
 const char *filter_name(int filter_num);