Diff for /libwww/Robot/src/HTRobMan.html between versions 1.1 and 1.2

version 1.1, 1998/10/26 22:45:34 version 1.2, 1998/10/27 17:42:53
Line 208  typedef struct _MetaDist { Line 208  typedef struct _MetaDist {
     int                 hits;      int                 hits;
 } MetaDist;  } MetaDist;
     
   #ifdef HT_POSIX_REGEX
   PUBLIC regex_t * get_regtype (Robot * mr, const char * regex_str, int cflags);
   #endif
   
 PUBLIC int OutputData(const char  * fmt, ...);  PUBLIC int OutputData(const char  * fmt, ...);
 PUBLIC HyperDoc * HyperDoc_new (Robot * mr,HTParentAnchor * anchor, int depth);  PUBLIC HyperDoc * HyperDoc_new (Robot * mr,HTParentAnchor * anchor, int depth);
Line 216  PUBLIC Robot * Robot_new (void); Line 219  PUBLIC Robot * Robot_new (void);
 PUBLIC Finger * Finger_new (Robot * robot, HTParentAnchor * dest, HTMethod method);  PUBLIC Finger * Finger_new (Robot * robot, HTParentAnchor * dest, HTMethod method);
 PUBLIC void Cleanup (Robot * me, int status);  PUBLIC void Cleanup (Robot * me, int status);
 PUBLIC void SetSignal (void);  PUBLIC void SetSignal (void);
 PUBLIC regex_t * get_regtype (Robot * mr, const char * regex_str, int cflags);  
 PUBLIC void VersionInfo (void);  PUBLIC void VersionInfo (void);
 PUBLIC int terminate_handler (HTRequest * request, HTResponse * response,  PUBLIC int terminate_handler (HTRequest * request, HTResponse * response,
                                void * param, int status) ;                                 void * param, int status) ;

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster