X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/0ac54f22a766f068db98e1caecbc913cb0cfd191..ad7fbf45c5bba1502237bd4665b0296ce0150734:/addr.h diff --git a/addr.h b/addr.h index adc4cd1..6b16c52 100644 --- a/addr.h +++ b/addr.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: addr.h,v 1.3 2003/11/25 14:08:23 mdw Exp $ + * $Id: addr.h,v 1.4 2003/11/29 20:36:07 mdw Exp $ * * Generic interface to network address handlers * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: addr.h,v $ + * Revision 1.4 2003/11/29 20:36:07 mdw + * Privileged outgoing connections. + * * Revision 1.3 2003/11/25 14:08:23 mdw * Debianization. Socket target options. Internet binding. * @@ -174,6 +177,20 @@ typedef struct addr_ops { int (*option)(scanner */*sc*/, addr_opts */*ao*/, unsigned /*type*/); + /* --- @confirm@ --- * + * + * Arguments: @addr *a@ = pointer to an address structure + * @unsigned type@ = kind of address this is + * @addr_opts *ao@ = address options + * + * Returns: --- + * + * Use: Called during initialization when an address is fully + * configured. + */ + + void (*confirm)(addr */*a*/, unsigned /*type*/, addr_opts */*ao*/); + /* --- @freesrcopts@ --- * * * Arguments: @addr_opts *ao@ = data block to remove