bugs: Don't require client knowledge of flattened representations.
[libale.git] / src / psf.c
blob0972d7cfe1f53c318dc977a46a4d188a092a83e2
1 /*
2 * Copyright 2008, 2009 David Hilvert <dhilvert@gmail.com>
4 * This file is part of libale.
6 * libale is free software: you can redistribute it and/or modify it under the
7 * terms of the GNU Affero General Public License as published by the Free
8 * Software Foundation, either version 3 of the License, or (at your option)
9 * any later version.
11 * libale is distributed in the hope that it will be useful, but WITHOUT ANY
12 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
14 * more details.
16 * You should have received a copy of the GNU Affero General Public License
17 * along with libale. If not, see <http://www.gnu.org/licenses/>.
20 #include "libale.h"
23 * API types.
26 TYPE(ale_psf, \
27 , \
31 * API Implementation.
34 ale_psf ale_new_psf(ale_context ac, const char *type) {
35 #warning function unfinished.