# # patch "ChangeLog" # from [f3568cb45c9228b7d12e25344f07558cfdfa599a] # to [ed42d1bcb74a25891e34d1dacdc0acec75575f2f] # # patch "netsync.hh" # from [758b6ef261dc3d69e99e4fbcd79571e89749c9f4] # to [276fdfd34e38b36adc1a45d012792fd43db07a2c] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-07-03 Nathaniel Smith + * netsync.hh (run_netsync_protocol): Fix prototype. + +2005-07-03 Nathaniel Smith + * globish.hh: Document the empty pattern as never matching. * globish.cc (checked_globish_to_regex): Implement it. (globish_matcher_test): Check it. --- netsync.hh +++ netsync.hh @@ -22,7 +22,8 @@ void run_netsync_protocol(protocol_voice voice, protocol_role role, utf8 const & addr, - std::vector patterns, + utf8 const & include_pattern, + utf8 const & exclude_pattern, app_state & app); #endif // __NETSYNC_H__