Index: openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl,v diff -u -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl 5 Oct 2021 10:04:44 -0000 1.7.2.2 +++ openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl 24 Feb 2023 16:27:38 -0000 1.7.2.3 @@ -1,6 +1,6 @@ namespace eval fs::rss {} -ad_proc -public fs::rss::create_rss_gen_subscr_impl {} { +ad_proc -private fs::rss::create_rss_gen_subscr_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation @@ -16,7 +16,7 @@ }] } -ad_proc -public fs::rss::drop_rss_gen_subscr_impl {} { +ad_proc -private fs::rss::drop_rss_gen_subscr_impl {} { Unegister the service contract implementation and return the impl_id @return impl_id of the created implementation