diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-06 02:10:30 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-06 02:10:30 +0100 |
commit | 8fea5ca7104c0d95108947661a4991b61b2ee06e (patch) | |
tree | 7ad44a658a61d4a8dfb43ca5b6122c5626f68ea0 /lib/qpselect.h | |
parent | c933cf7233f51f677ab01689f175ceb3dc5361f6 (diff) | |
download | quagga-8fea5ca7104c0d95108947661a4991b61b2ee06e.tar.bz2 quagga-8fea5ca7104c0d95108947661a4991b61b2ee06e.tar.xz |
First beta release
Various bug fixes and improvements.
Running with a fair amount of debug/assert code, which must be
removed at some date.
Diffstat (limited to 'lib/qpselect.h')
-rw-r--r-- | lib/qpselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qpselect.h b/lib/qpselect.h index 561eebb2..8901ea36 100644 --- a/lib/qpselect.h +++ b/lib/qpselect.h @@ -199,7 +199,7 @@ qps_dispatch_next(qps_selection qps) ; extern qps_file qps_file_init_new(qps_file qf, qps_file template) ; -extern void +extern qps_file qps_file_free(qps_file qf) ; extern void |