Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2006 21:29:50 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105738 for review
Message-ID:  <200609062129.k86LTo8j066138@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105738

Change 105738 by mjacob@newisp on 2006/09/06 21:29:05

	some internal function rototilling.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp_library.h#4 edit

Differences ...

==== //depot/projects/newisp/dev/isp/isp_library.h#4 (text) ====

@@ -33,8 +33,7 @@
 extern int isp_save_xs(ispsoftc_t *, XS_T *, uint32_t *);
 extern XS_T *isp_find_xs(ispsoftc_t *, uint32_t);
 extern uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
-extern int isp_handle_index(uint32_t);
-extern uint32_t isp_index_handle(int);
+extern uint32_t isp_handle_index(uint32_t);
 extern void isp_destroy_handle(ispsoftc_t *, uint32_t);
 extern int isp_getrqentry(ispsoftc_t *, uint32_t *, uint32_t *, void **);
 extern void isp_print_qentry (ispsoftc_t *, char *, int, void *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609062129.k86LTo8j066138>