propane/parse-input.h
2010-04-01 17:20:58 -04:00

12 lines
177 B
C++

#ifndef PARSE_INPUT_H
#define PARSE_INPUT_H
#include <vector>
#include "refptr/refptr.h"
#include "unicode.h"
void parse_input(refptr< std::vector<unichar_t> > ucs);
#endif