summaryrefslogtreecommitdiff
path: root/tools/common_write.h
blob: 7630edd1a7d735f187700d9e0a289b9d8b81811c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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