1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00
Files
libsolv/tools/common_write.h
Michael Schroeder 63491bc9c4 Drop undocumented old cruft from the tools code
This is mainly the -b and -n options, which were used to
test solv extension files in the long ago past.
2018-09-19 12:34:12 +02:00

16 lines
254 B
C

/*
* Copyright (c) 2007, Novell Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
*/
#ifndef COMMON_WRITE_H
#define COMMON_WRITE_H
#include "repo.h"
void tool_write(Repo *repo, FILE *fp);
#endif