Remove crufty CVS $Id$ tags.
[fwd] / target.h
index 862527a..a34405e 100644 (file)
--- a/target.h
+++ b/target.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: target.h,v 1.2 2003/11/25 14:08:23 mdw Exp $
- *
  * Description of forwarding targets
  *
  * (c) 1999 Straylight/Edgeware
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: target.h,v $
- * Revision 1.2  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 #ifndef TARGET_H
 #define TARGET_H
 
@@ -95,6 +82,17 @@ typedef struct target_ops {
 
   target *(*read)(scanner */*sc*/);
 
+  /* --- @confirm@ --- *
+   *
+   * Arguments:        @target *t@ = pointer to target
+   *
+   * Returns:  ---
+   *
+   * Use:      Confirms configuration of a target.
+   */
+
+  void (*confirm)(target */*t*/);
+
   /* --- @create@ --- *
    *
    * Arguments:        @target *t@ = pointer to target