summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/defs.h b/src/defs.h
index 20621ef..522eed4 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -140,10 +140,8 @@ struct stream {
struct entry_l *cnode; /* "current" node */
union cachewrap;
struct settings *settings;
- struct entry_l *(*get)(struct stream * const);
+ struct entry_l *(*get)(struct stream * const, struct entry_l * const);
int (*put)(struct stream * const, struct entry_l const * const);
- int (*split)(struct stream * const, struct stream * const, struct stream * const);
- int (*rewind)(struct stream * restrict const);
int (*copy)(struct stream * restrict const, struct stream * restrict const);
};