summaryrefslogtreecommitdiff
path: root/ext/pool_parserpmrichdep.h
blob: 09dce2c96a9dfcb51923e29bfdff3d790d9b0bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2014, SUSE Inc.
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

#ifndef POOL_PARSERPMRICHDEP_H
#define POOL_PARSERPMRICHDEP_H

#include "pool.h"

extern Id pool_parserpmrichdep(Pool *pool, const char *dep);

#endif