a few missing {{{ folding }}} markers added
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 28 Sep 2008 19:27:45 +0000 (19:27 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 28 Sep 2008 19:27:45 +0000 (19:27 +0000)
-- kevin brintnall

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1541 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_daemon.c

index e0e373a..e2330a8 100644 (file)
@@ -273,7 +273,7 @@ static int open_pidfile(void) /* {{{ */
             file, rrd_strerror(errno));
 
   return(fd);
-}
+} /* }}} static int open_pidfile */
 
 static int write_pidfile (int fd) /* {{{ */
 {
@@ -1091,7 +1091,7 @@ static int handle_request_flushall(int fd) /* {{{ */
   }
 
   return (status);
-}
+} /* }}} static int handle_request_flushall */
 
 static int handle_request_update (int fd, /* {{{ */
     char *buffer, size_t buffer_size)