From f74c470c9a282aebe633ed5c687aaebc7b9ff604 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Oct 2017 18:43:33 -0400 Subject: src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards --- (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index c0ef323..93af5f8 100644 --- a/src/config.h +++ b/src/config.h @@ -19,11 +19,11 @@ * along with Marquee. If not, see . */ -typedef struct MqConfig MqConfig; - #ifndef MQ_CONFIG_H #define MQ_CONFIG_H +typedef struct MqConfig MqConfig; + #include typedef void (*MqConfigBooleanCallback)(MqConfig *, -- cgit v0.9.1