summaryrefslogtreecommitdiff
path: root/src/atom-writer.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2025-06-08 11:43:25 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2025-06-08 11:43:25 +0200
commit426400e7f6c9ac9088fc66c7c683ed9251fc8789 (patch)
tree89fb08ec72b6c10bd5dd96caa508562610fa851a /src/atom-writer.h
parent4a3c7d6ceb367c923faa521c20f765302096bfae (diff)
downloadcataract-426400e7f6c9ac9088fc66c7c683ed9251fc8789.tar.xz
build: Fix global variables declarationHEADmaster
Diffstat (limited to 'src/atom-writer.h')
-rw-r--r--src/atom-writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atom-writer.h b/src/atom-writer.h
index 2daa031..eea3d4d 100644
--- a/src/atom-writer.h
+++ b/src/atom-writer.h
@@ -52,7 +52,7 @@ typedef struct {
/* Global instances */
-TAtomFeed *news_feed;
+extern TAtomFeed *news_feed;
TAtomFeed * atom_writer_new ();