Skip to content

Commit 1db926f

Browse files
Rename from VM_BRIDGE_H to MV_FFI_H
1 parent b6a2cbd commit 1db926f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm/vm_ffi.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef VM_BRIDGE_H
2-
#define VM_BRIDGE_H
1+
#ifndef VM_FFI_H
2+
#define VM_FFI_H
33

44
#include <stdint.h>
55
#include <stdlib.h>
@@ -41,5 +41,5 @@ extern void cairoVMExecute(char* txns_json, char* classes_json, char* paid_fees_
4141
extern char* setVersionedConstants(char* json);
4242
extern void freeString(char* str);
4343

44-
#endif // VM_BRIDGE_H
44+
#endif // VM_FFI_H
4545

0 commit comments

Comments
 (0)