summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/sock_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusbmuxd/sock_stuff.h')
-rw-r--r--libusbmuxd/sock_stuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libusbmuxd/sock_stuff.h b/libusbmuxd/sock_stuff.h
index 282da68..eb53359 100644
--- a/libusbmuxd/sock_stuff.h
+++ b/libusbmuxd/sock_stuff.h
@@ -27,9 +27,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <stdint.h>
enum fd_mode {
- FD_READ,
- FD_WRITE,
- FD_EXCEPT
+ FDM_READ,
+ FDM_WRITE,
+ FDM_EXCEPT
};
typedef enum fd_mode fd_mode;