summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/copy_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/copy_impl.h')
-rw-r--r--gr-blocks/lib/copy_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/copy_impl.h b/gr-blocks/lib/copy_impl.h
index 925efb2153..ac7126749b 100644
--- a/gr-blocks/lib/copy_impl.h
+++ b/gr-blocks/lib/copy_impl.h
@@ -43,6 +43,8 @@ namespace gr {
void handle_enable(pmt::pmt_t msg);
+ void setup_rpc();
+
void set_enabled(bool enable) { d_enabled = enable; }
bool enabled() const { return d_enabled;}