]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/Stub.pm
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[ikiwiki.git] / IkiWiki / Rcs / Stub.pm
index d2a6ad003afca02868e0e587d22d8e0649e1703d..15e6cfb480db22c59d1dd8cc47a3994f7e1b1455 100644 (file)
@@ -3,6 +3,7 @@
 
 use warnings;
 use strict;
+use IkiWiki;
 
 package IkiWiki;
 
@@ -23,6 +24,9 @@ sub rcs_add ($) {
 sub rcs_recentchanges ($) {
 }
 
+sub rcs_notify () {
+}
+
 sub rcs_getctime () {
        error "getctime not implemented";
 }