aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vis-core.h b/vis-core.h
index 92770ee..fb1e50d 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -124,10 +124,10 @@ typedef struct { /** collects all information until an operator is e
Arg arg;
} Action;
-typedef struct Change Change;
+typedef struct SamChange SamChange;
typedef struct {
- Change *changes; /* all changes in monotonically increasing file position */
- Change *latest; /* most recent change */
+ SamChange *changes; /* all changes in monotonically increasing file position */
+ SamChange *latest; /* most recent change */
enum SamError error; /* non-zero in case something went wrong */
} Transcript;