Skip to content

Commit

Permalink
Add extern keyword to module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and lwesterhof committed Nov 21, 2024
1 parent 319e90b commit c67d5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_davrods.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <apr_strings.h>
#include <mod_dav.h>

module AP_MODULE_DECLARE_DATA davrods_module;
extern module AP_MODULE_DECLARE_DATA davrods_module;

// For development/debugging purposes, these compile-time flags cause large
// amounts of extra debug messages to be written.
Expand Down

0 comments on commit c67d5b3

Please sign in to comment.