Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2009 11:32:15 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166611 for review
Message-ID:  <200907271132.n6RBWFOc062521@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166611

Change 166611 by jona@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_ */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907271132.n6RBWFOc062521>