Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167372996
D51727.id159722.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D51727.id159722.diff
View Options
diff --git a/lib/libnvmf/libnvmf.h b/lib/libnvmf/libnvmf.h
--- a/lib/libnvmf/libnvmf.h
+++ b/lib/libnvmf/libnvmf.h
@@ -8,6 +8,7 @@
#ifndef __LIBNVMF_H__
#define __LIBNVMF_H__
+#include <sys/cdefs.h>
#include <sys/_nv.h>
#include <sys/uio.h>
#include <stdbool.h>
@@ -51,6 +52,8 @@
};
};
+__BEGIN_DECLS
+
/* Transport-independent APIs. */
/*
@@ -384,4 +387,6 @@
*/
int nvmf_connection_status(int fd, nvlist_t **nvlp);
+__END_DECLS
+
#endif /* !__LIBNVMF_H__ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 11:00 AM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37072199
Default Alt Text
D51727.id159722.diff (482 B)
Attached To
Mode
D51727: libnvmf: Fix header to work with C++
Attached
Detach File
Event Timeline
Log In to Comment