PERFORCE change 166611 for review

Jonathan Anderson jona at FreeBSD.org
Mon Jul 27 11:32:17 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166611

Change 166611 by jona at jona-trustedbsd-belle-vmware on 2009/07/27 11:31:54

	Added __BEGIN_DECLS/__END_DECLS to libuserangel-powerbox.h

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel-powerbox.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel-powerbox.h#2 (text+ko) ====

@@ -37,6 +37,8 @@
 #include <libcapability.h>
 
 
+__BEGIN_DECLS
+
 /** Powerbox UI types */
 enum ua_powerbox_ui_t { UA_QT, UA_KDE /* TODO: GNOME, NCURSES, etc. */ };
 
@@ -74,5 +76,7 @@
 int ua_powerbox(struct ua_powerbox_options *options,
                 int fds[], char *names[], int *len);
 
+__END_DECLS
+
 #endif /* !_LIBUSERANGEL_POWERBOX_H_ */
 


More information about the p4-projects mailing list