do not define a variable in a header file; it will lead to duplicate symbols when linking

svn:r844
This commit is contained in:
Niels Provos 2008-06-01 01:19:08 +00:00
parent f9707a01e5
commit 480d8142b8

View File

@ -155,7 +155,7 @@ enum event_method_feature {
/* Require an event method that allows file descriptors as well as
* sockets. */
EV_FEATURE_FDS = 0x04,
} event_method_feature;
};
/**
Return a bitmask of the features implemented by an event base.