summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/edit.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
commit76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch)
tree0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/src/edit.h
parent274835303c48ac29e7fd30a670e7a02fe78595e2 (diff)
Notes
Diffstat (limited to 'contrib/cvs/src/edit.h')
-rw-r--r--contrib/cvs/src/edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/edit.h b/contrib/cvs/src/edit.h
index 5c8635a1d53d..9b20180429e7 100644
--- a/contrib/cvs/src/edit.h
+++ b/contrib/cvs/src/edit.h
@@ -17,8 +17,8 @@ extern int watch_off PROTO ((int argc, char **argv));
/* Check to see if any notifications are sitting around in need of being
sent. These are the notifications stored in CVSADM_NOTIFY (edit,unedit);
commit calls notify_do directly. */
-extern void notify_check PROTO ((const char *repository,
- const char *update_dir));
+extern void cvs_notify_check PROTO ((const char *repository,
+ const char *update_dir));
#endif /* CLIENT_SUPPORT */
/* Issue a notification for file FILENAME. TYPE is 'E' for edit, 'U'