]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - msg.h
add infrastructure to receive higher order commands, like remove_device
[thirdparty/mdadm.git] / msg.h
diff --git a/msg.h b/msg.h
index 6f0d9c1656847febf4bf5b6bc26babc4292d09e0..afe14040391b6e49fdde5a3d68708095f0be6b03 100644 (file)
--- 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