naspro
view naspro-core/include/NASPRO/core/manifest.h @ 163:d7568c8379c1
Initiial DSSI support + reorganization
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Fri Sep 11 13:31:52 2009 +0200 (2009-09-11) |
| parents | include/NASPRO/core/manifest.h@cc067fdfbaf4 |
| children | c7f1f52651be |
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * Core library
4 *
5 * Copyright (C) 2007-2009 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NACORE_MANIFEST_H
11 #define _NACORE_MANIFEST_H
13 #include <stdio.h>
15 void nacore_manifest_print_subject_prefixes(FILE *fp);
16 void nacore_manifest_print_subject_triple(struct nacore_descriptor *desc,
17 FILE *fp);
18 void nacore_manifest_print_data(struct nacore_descriptor *desc, FILE *fp,
19 const char *binary);
21 #endif /* !_NACORE_MANIFEST_H */
