git.fiddlerwoaroof.com
Raw Blame History
#ifndef _TOKEN_H
#define _TOKEN_H

int validate_token(const char *token);

#endif