Skip to content
Snippets Groups Projects
Commit 9ef22454 authored by slevy's avatar slevy
Browse files

Declare kira_parti_init() so it's extern "C".

parent df30e56c
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
extern "C" { extern "C" {
#endif #endif
void kira_parti_init();
#define KIRA_VERBOSE 0x01 #define KIRA_VERBOSE 0x01
#define KIRA_READLATER 0x02 #define KIRA_READLATER 0x02
int kira_open(struct dyndata *dd, struct stuff *st, char *filename, int flags); /* VERBOSE|READLATER */ int kira_open(struct dyndata *dd, struct stuff *st, char *filename, int flags); /* VERBOSE|READLATER */
int kira_read_more( struct stuff *st, int nmax, double tmax, double maxdelay ); int kira_read_more( struct stuff *st, int nmax, double tmax, double maxdelay );
/* read, stopping after first of: /* read, stopping after first of:
* nmax paragraphs * nmax paragraphs
* tmax dynamical-end-time, * tmax dynamical-end-time,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment