summaryrefslogtreecommitdiff
path: root/send-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-stream.h')
-rw-r--r--send-stream.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/send-stream.h b/send-stream.h
index bedff4d0..133a3105 100644
--- a/send-stream.h
+++ b/send-stream.h
@@ -15,8 +15,9 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 021110-1307, USA.
*/
-#ifndef SEND_STREAM_H_
-#define SEND_STREAM_H_
+
+#ifndef __BTRFS_SEND_STREAM_H__
+#define __BTRFS_SEND_STREAM_H__
/*
* NOTE: this file is public API, any incompatible change has to update
@@ -70,4 +71,4 @@ int btrfs_read_and_process_send_stream(int fd,
}
#endif
-#endif /* SEND_STREAM_H_ */
+#endif