diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
commit | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch) | |
tree | 0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/src/edit.c | |
parent | 274835303c48ac29e7fd30a670e7a02fe78595e2 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/src/edit.c')
-rw-r--r-- | contrib/cvs/src/edit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/cvs/src/edit.c b/contrib/cvs/src/edit.c index 4b1804aeb18e..4e0cf1e037ee 100644 --- a/contrib/cvs/src/edit.c +++ b/contrib/cvs/src/edit.c @@ -147,8 +147,8 @@ dummy_fileproc (callerdat, finfo) struct file_info *finfo; { /* This is a pretty hideous hack, but the gist of it is that recurse.c - won't call notify_check unless there is a fileproc, so we can't just - pass NULL for fileproc. */ + won't call cvs_notify_check unless there is a fileproc, so we + can't just pass NULL for fileproc. */ return 0; } @@ -991,7 +991,7 @@ notify_do (type, filename, who, val, watches, repository) #ifdef CLIENT_SUPPORT /* Check and send notifications. This is only for the client. */ void -notify_check (repository, update_dir) +cvs_notify_check (repository, update_dir) const char *repository; const char *update_dir; { |