summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig/howto_square2_ff.i
blob: 683a93d612799c1c23b8a510ccdc9623f4d707dc (plain)
1
2
3
4
5
6
7
8
9
GR_SWIG_BLOCK_MAGIC(howto,square2_ff);

howto_square2_ff_sptr howto_make_square2_ff ();

class howto_square2_ff : public gr_sync_block
{
private:
  howto_square2_ff ();
};