Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83ad8af0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rewrite function declarators without prototypes" am: d9a4563c

parents 3e7ab159 d9a4563c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ static char errmsg[2048];


typedef unsigned long long msecs_t;
typedef unsigned long long msecs_t;
#if VERBOSE
#if VERBOSE
void dump_dhcp_msg();
void dump_dhcp_msg(dhcp_msg *msg, int len);
#endif
#endif


msecs_t get_msecs(void)
msecs_t get_msecs(void)
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,7 @@ static int statsdAvailable();
static int statsdOpen();
static int statsdOpen();
static void statsdClose();
static void statsdClose();
static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr);
static int statsdWrite(struct timespec* ts, struct iovec* vec, size_t nr);
static void statsdNoteDrop();
static void statsdNoteDrop(int error, int tag);


struct android_log_transport_write statsdLoggerWrite = {
struct android_log_transport_write statsdLoggerWrite = {
        .name = "statsd",
        .name = "statsd",