1 /* $Id: compare.h 503 2012-12-09 01:48:29Z bhockney $ */
2 
3 #ifndef _COMPARE_H
4 #define _COMPARE_H
5 
6 #include "main.h"
7 
8 struct conn_data *wfwl_sort(struct conn_data *list1);
9 
10 #endif
11