commit 9cfed9f3aaacabdc1cba6f8f7f4a57e06dca13cf
parent 123ca3b8020589fcbb2f4284f617e284d613ac78
Author: William Casarin <jb55@jb55.com>
Date: Wed, 19 Jul 2023 13:05:46 -0700
c: update protoverse_cursor to jb55_cursor
Will be using this in the new db implementation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/damus-c/cursor.h b/damus-c/cursor.h
@@ -1,6 +1,6 @@
-#ifndef PROTOVERSE_CURSOR_H
-#define PROTOVERSE_CURSOR_H
+#ifndef JB55_CURSOR_H
+#define JB55_CURSOR_H
#include "typedefs.h"
#include "varint.h"