aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-05-13 14:33:09 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-05-13 14:33:09 -0500
commit0d7386c7529dc106dc12827ce0f2dee91c3945c2 (patch)
tree3070f83eb7f8990d61e21236caa3137203d2b5fa /include
parentAdd versioning to CMake and Meson (diff)
downloadlocusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.gz
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.bz2
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.lz
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.xz
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.zst
locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.zip
Add a C file to make C compilers actually build this into a shared object
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--include/locusts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/locusts.h b/include/locusts.h
index 7d03539..870a0ad 100644
--- a/include/locusts.h
+++ b/include/locusts.h
@@ -11,7 +11,7 @@ Introduces locusts into your codebase.
Note: locusts are not included with installing this library. Please source your
own.
*/
-void introduce_locusts(void) { return; }
+void introduce_locusts(void);
#ifdef __cplusplus
}