diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); }; |