From 9cfed9f3aaacabdc1cba6f8f7f4a57e06dca13cf Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 19 Jul 2023 13:05:46 -0700 Subject: [PATCH] c: update protoverse_cursor to jb55_cursor Will be using this in the new db implementation --- damus-c/cursor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/damus-c/cursor.h b/damus-c/cursor.h index 29ada993..43304db2 100644 --- 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"