aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_grid.h
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-21 18:46:05 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-21 18:46:05 -0500
commit9cae6b1c78725360d5fbf7c507559532104cead0 (patch)
treed682ebd39f1539dc4affa6c9c9d71a10fb8eeb71 /include/gensvm_grid.h
parentMinor fixes (diff)
downloadgensvm-9cae6b1c78725360d5fbf7c507559532104cead0.tar.gz
gensvm-9cae6b1c78725360d5fbf7c507559532104cead0.zip
Explicitly specify void argument to functions which take
no arguments.
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