summaryrefslogtreecommitdiff
path: root/src/gateleen_resclone/gateleen_resclone.h
blob: 779f6ad6ca456e3aa89f117ddddd4256de104b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* By using this work you agree to the terms and conditions in 'LICENSE.txt' */

#ifndef INCGUARD_d16bcf26aca7174fb8aae7641c828007
#define INCGUARD_d16bcf26aca7174fb8aae7641c828007

#include "commonbase.h"

#include <sys/types.h>


/** @return
 *      Zero on success, negative values otherwise. Positive values are
 *      reserved. */
ssize_t
gateleenResclone_run( int argc , char**argv );


#endif /* INCGUARD_d16bcf26aca7174fb8aae7641c828007 */