1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

Merge branch 'master' of supraverse.net:libpsyc

This commit is contained in:
tg(x) 2011-04-19 22:31:47 +02:00
commit 3bb7cb0ecc
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,11 @@
/**
* @file psyc/parser.h
* @brief Interface for various psyc parser functions
*
* All parsing functions and the definitions they use are
* defined in this file.
*/
#ifndef PSYC_PARSER_H
# define PSYC_PARSER_H