dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
So there WAS this huge bug. Gone now
Joseph Redmon
2014-05-09
cd8d53df21f3ad2810add2a8cff766c745f55a17
[~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