]> git.sur5r.net Git - i3/i3/commitdiff
Merge branch 'master' into next
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 27 Jun 2014 07:05:32 +0000 (09:05 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 27 Jun 2014 07:05:32 +0000 (09:05 +0200)
1  2 
include/ipc.h
src/commands.c
src/ipc.c

diff --cc include/ipc.h
index b6ee9839587f159988c283cfe72cbe22d88f566a,5fa4334a6620a62816aa2a9a5180ebc0a1feda85..e9358ee58b78d2e8e6d21c6bb8f268d950900fa1
@@@ -42,14 -42,20 +42,20 @@@ typedef struct ipc_client 
   * message_type is the type of the message as the sender specified it.
   *
   */
 -typedef void(*handler_t)(int, uint8_t*, int, uint32_t, uint32_t);
 +typedef void (*handler_t)(int, uint8_t *, int, uint32_t, uint32_t);
  
  /* Macro to declare a callback */
 -#define IPC_HANDLER(name) \
 -        static void handle_ ## name (int fd, uint8_t *message, \
 -                                     int size, uint32_t message_size, \
 -                                     uint32_t message_type)
 +#define IPC_HANDLER(name)                                      \
 +    static void handle_##name(int fd, uint8_t *message,        \
 +                              int size, uint32_t message_size, \
 +                              uint32_t message_type)
  
+ /**
+  * Emulates mkdir -p (creates any missing folders)
+  *
+  */
+ bool mkdirp(const char *path);
  /**
   * Handler for activity on the listening socket, meaning that a new client
   * has just connected and we should accept() him. Sets up the event handler
diff --cc src/commands.c
Simple merge
diff --cc src/ipc.c
Simple merge