aboutsummaryrefslogtreecommitdiff
path: root/src/putget~.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/putget~.h')
-rw-r--r--src/putget~.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/putget~.h b/src/putget~.h
index e585791..a796653 100644
--- a/src/putget~.h
+++ b/src/putget~.h
@@ -22,11 +22,14 @@ struct putget {
struct putget* previous;
t_clock* clock;
int armed;
+
};
struct putget* PUTGETS;
+int count = 42;
+
// This should be triggered by the clock
static void putget_swap(struct putget* pg) {
//post("clock");