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

16 lines
288 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, const char *basename, const char *attrname);
#endif