Skip to content

Commit

Permalink
Deleted too much in the previous checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 20, 2014
1 parent 0b973b6 commit 9a6a204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mms-lib/include/mms_lib_types.h
Expand Up @@ -34,6 +34,10 @@
#include <glib.h>
#include <glib-object.h>

#ifndef O_BINARY
# define O_BINARY (0)
#endif

/* Static configuration, chosen at startup and never changing since then */
typedef struct mms_config {
const char* root_dir; /* Root directory for storing MMS files */
Expand Down

0 comments on commit 9a6a204

Please sign in to comment.