summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 9299f52e5b79c635a86f9478e2c6bcf5a7437b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1-only */

/* Copyright (C) 2021 Gediminas Jakutis */

#ifndef ALGOS_UTIL_H_INCLUDED
#define ALGOS_UTIL_H_INCLUDED

#include "defs.h"

int stream_rewind(struct stream * const restrict in);
int split(struct stream * const src, struct stream * const A, struct stream * const B);

#endif /* ALGOS_UTIL_H_INCLUDED */