missed in last commit, to make things compile cleaner
authorjoris <joris@openbsd.org>
Tue, 8 Jul 2008 12:54:50 +0000 (12:54 +0000)
committerjoris <joris@openbsd.org>
Tue, 8 Jul 2008 12:54:50 +0000 (12:54 +0000)
usr.bin/cvs/remote.h

index c3e6123..bc7a1a6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: remote.h,v 1.33 2008/06/12 07:16:14 joris Exp $       */
+/*     $OpenBSD: remote.h,v 1.34 2008/07/08 12:54:50 joris Exp $       */
 /*
  * Copyright (c) 2006 Joris Vink <joris@openbsd.org>
  *
@@ -91,7 +91,7 @@ void  cvs_server_static_directory(char *);
 void   cvs_server_sticky(char *);
 void   cvs_server_update_patches(char *);
 void   cvs_server_update_entry(const char *, struct cvs_file *cf);
-void   cvs_server_set_sticky(char *, char *);
+void   cvs_server_set_sticky(const char *, const char *);
 void   cvs_server_clear_sticky(char *);
 
 void   cvs_server_add(char *);