summaryrefslogtreecommitdiffstats
path: root/incoming.h
blob: 392c907b01f6763caf15c47726e9327c4a508d01 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef REPREPRO_INCOMING_H
#define REPREPRO_INCOMING_H

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

retvalue process_incoming(struct distribution *distributions, const char *name, /*@null@*/const char *onlychangesfilename);
#endif