commit 460723778199793a106c1904215d849bb6661e9d
parent 646ec8f24c0ebe80ca01be3bc40714a4e3a2b085
Author: William Casarin <jb55@jb55.com>
Date: Sun, 16 Jan 2022 10:27:22 -0800
cleanup old references
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cursor.h b/cursor.h
@@ -1,7 +1,7 @@
-#ifndef PROTOVERSE_CURSOR_H
-#define PROTOVERSE_CURSOR_H
+#ifndef LNSOCKET_CURSOR_H
+#define LNSOCKET_CURSOR_H
#include "typedefs.h"
#include "varint.h"
diff --git a/varint.h b/varint.h
@@ -11,4 +11,4 @@ size_t varint_put(unsigned char buf[VARINT_MAX_LEN], uint64_t v);
size_t varint_size(uint64_t v);
size_t varint_get(const unsigned char *p, size_t max, int64_t *val);
-#endif /* PROTOVERSE_VARINT_H */
+#endif /* LNSOCKET_VARINT_H */