]> git.sur5r.net Git - i3/i3/blobdiff - include/log.h
Make log.c figure out the physical amount of memory on Mac OS X (Thanks Marcus)
[i3/i3] / include / log.h
index ef24bda8dc37d628c11547f585185fc923e1cde4..e5e20dc12c00611aff2f36781e04e00647e78e62 100644 (file)
@@ -29,7 +29,7 @@ extern int shmlog_size;
  * XDG_RUNTIME_DIR, see get_process_filename()).
  *
  */
-void init_logging();
+void init_logging(void);
 
 /**
  * Enables the given loglevel.
@@ -37,13 +37,6 @@ void init_logging();
  */
 void add_loglevel(const char *level);
 
-/**
- * Returns the offsets for the next write and for the last wrap.
- * Necessary to print the i3 SHM log in the correct order.
- *
- */
-void get_log_markers(int *offset_next_write, int *offset_last_wrap, int *size);
-
 /**
  * Set verbosity of i3. If verbose is set to true, informative messages will
  * be printed to stdout. If verbose is set to false, only errors will be