]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Sat, 10 Nov 2007 03:36:15 +0000 (03:36 +0000)
committerroot <root>
Sat, 10 Nov 2007 03:36:15 +0000 (03:36 +0000)
ev.c

diff --git a/ev.c b/ev.c
index 25776bfdf5886203a378a962a975768c0f254d86..342a0978e1b4021c7c4c05557009a6d80c8dfd61 100644 (file)
--- a/ev.c
+++ b/ev.c
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifndef EV_STANDALONE
 # include "config.h"
 
@@ -1596,3 +1601,7 @@ ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, vo
     }
 }
 
+#ifdef __cplusplus
+}
+#endif
+