File: common_write.h

package info (click to toggle)
libsolv 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,528 kB
  • ctags: 3,676
  • sloc: ansic: 54,646; python: 854; perl: 737; ruby: 707; sh: 241; cpp: 204; makefile: 56
file content (15 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
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