summaryrefslogtreecommitdiffstats
path: root/guesscomponent.h
blob: a91daa0dd21c4af7c847e952e9ffb7b825e2ee45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef REPREPRO_GUESSCOMPONENT_H
#define REPREPRO_GUESSCOMPONENT_H

#ifndef REPREPRO_ERROR_H
#include "error.h"
#warning "What's hapening here?"
#endif
#ifndef REPREPRO_ATOMS_H
#include "atoms.h"
#endif

retvalue guess_component(const char * /*codename*/, const struct atomlist * /*components*/, const char * /*package*/, const char * /*section*/, component_t, /*@out@*/component_t *);

#endif