naspro
view naspro-core/include/NASPRO/core/manifest.h @ 168:c7f1f52651be
More fixes
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sat Sep 12 18:43:25 2009 +0200 (2009-09-12) |
| parents | d7568c8379c1 |
| children | 71372f617827 |
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 #ifdef __cplusplus
16 extern "C" {
17 #endif
19 void nacore_manifest_print_subject_prefixes(FILE *fp);
20 void nacore_manifest_print_subject_triple(struct nacore_descriptor *desc,
21 FILE *fp);
22 void nacore_manifest_print_data(struct nacore_descriptor *desc, FILE *fp,
23 const char *binary);
25 #ifdef __cplusplus
26 }
27 #endif
29 #endif /* !_NACORE_MANIFEST_H */
