aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h
index 710d5022..872bf816 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -712,6 +712,7 @@ void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts
paralist *pj_clone_paralist( const paralist* );
paralist *pj_search_initcache( const char *filekey );
void pj_insert_initcache( const char *filekey, const paralist *list);
+paralist *pj_get_init(projCtx ctx, paralist **start, paralist *next, char *name, int *found_def);
double *pj_enfn(double);
double pj_mlfn(double, double, double, double *);