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

/* Copyright (C) 2020 Gediminas Jakutis */

#ifndef ALGOS_IO_H_INCLUDED
#define ALGOS_IO_H_INCLUDED

#include "defs.h"

int stream_open(struct stream * const in, const struct settings * const s);
int stream_close(struct stream * const in);

#endif /* ALGOS_IO_H_INCLUDED */