aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_grid.h')
-rw-r--r--include/gensvm_grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_grid.h b/include/gensvm_grid.h
index 900a62a..0f4319e 100644
--- a/include/gensvm_grid.h
+++ b/include/gensvm_grid.h
@@ -115,7 +115,7 @@ struct GenGrid {
};
// function declarations
-struct GenGrid *gensvm_init_grid();
+struct GenGrid *gensvm_init_grid(void);
void gensvm_free_grid(struct GenGrid *grid);
#endif