summaryrefslogtreecommitdiff
path: root/lib/argparse.h
blob: 589342dd0c13f8ffc70a1662911220d72a8bfa29 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NULLMAILER__ARGPARSE__H
#define NULLMAILER__ARGPARSE__H

#include "mystring/mystring.h"
#include "list.h"

typedef list<mystring> arglist;
unsigned parse_args(arglist&, const mystring& str);

#endif