PERFORCE change 105738 for review

Matt Jacob mjacob at FreeBSD.org
Wed Sep 6 21:29:51 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105738

Change 105738 by mjacob at 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 *);


More information about the p4-projects mailing list