(wrong string) ünnich

From: <git_AT_suckless.org>
Date: Wed, 17 May 2017 20:40:13 +0200 (CEST)

commit 52c57f5d6114b78c44b232ff349605def07eb524
Author: Bert Münnich <ber.t_AT_posteo.de>
AuthorDate: Wed May 17 20:39:19 2017 +0200
Commit: Bert Münnich <ber.t_AT_posteo.de>
CommitDate: Wed May 17 20:39:30 2017 +0200

    Adapt inotify_nop to API changes

diff --git a/autoreload_nop.c b/autoreload_nop.c
index 41dbf47..48b7f8f 100644
--- a/autoreload_nop.c
+++ b/autoreload_nop.c
_AT_@ -18,19 +18,12 @@
 
 #include "autoreload.h"
 
-void arl_cleanup(arl_t *arl)
+void arl_init(arl_t *arl)
 {
         (void) arl;
 }
 
-bool arl_handle(arl_t *arl, const char *filepath)
-{
- (void) arl;
- (void) filepath;
- return false;
-}
-
-void arl_init(arl_t *arl)
+void arl_cleanup(arl_t *arl)
 {
         (void) arl;
 }
_AT_@ -41,3 +34,9 @@ void arl_setup(arl_t *arl, const char *filepath)
         (void) filepath;
 }
 
+bool arl_handle(arl_t *arl)
+{
+ (void) arl;
+ return false;
+}
+
Received on Wed May 17 2017 - 20:40:13 CEST

This archive was generated by hypermail 2.3.0 : Wed May 17 2017 - 20:48:21 CEST