summaryrefslogtreecommitdiff
path: root/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/msg.h b/msg.h
index 6f0d9c16..afe14040 100644
--- a/msg.h
+++ b/msg.h
@@ -17,8 +17,8 @@
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef _MSG_H
-#define _MSG_H
+
+struct mdinfo;
struct mdinfo;
struct md_message {
@@ -60,4 +60,3 @@ extern int connect_monitor(char *devname);
extern int ping_monitor(char *devname);
extern int send_remove_device(int fd, dev_t rdev, int seq, int tmo);
-#endif