propane/parse-input.h
2010-04-06 20:03:30 -04:00

11 lines
141 B
C++

#ifndef PARSE_INPUT_H
#define PARSE_INPUT_H
#include <vector>
#include "refptr/refptr.h"
void parse_input(char * buff, int size);
#endif