[go: up one dir, main page]

Menu

[e5da5b]: / src / commandline.h  Maximize  Restore  History

Download this file

16 lines (13 with data), 499 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#ifndef __MAILSYNC_COMMANDLINE__
#include <string>
#include <vector>
#include "options.h"
#include "types.h"
#include "channel.h"
bool read_commandline_options( const int argc,
const char** argv,
options_t& options,
vector<string>& channels_and_stores,
string& config_file );
#define __MAILSYNC_COMMANDLINE__
#endif