dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of pjreddie.com:jnet
Joseph Redmon
2014-07-17
b32a287e38f4c6a41828f18b4669dec9f3af4943
[~speedprog/mtg/mtg_card_detector.git]
/
src
/
parser.h
1
2
3
4
5
6
7
#ifndef PARSER_H
#define PARSER_H
#include "network.h"
network parse_network_cfg(char *filename);
#endif