aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
blob: e5d5465442ab27ef45f2ee9e122f113fc0b36aa5 (plain)
1
2
3
4
5
6
7
8
#ifndef PARSER_H
#define PARSER_H

void argv_to_path(int, char**);
void parse_path(const char*);
void parse_query(const char*);

#endif