chiark / gitweb /
Cleaner subprocess shutdow in trackdb_deinit().
[disorder] / clients / filename-bytes.c
index 91c33c0194ae3e91640beb5119c73ec43722139e..13eea1965361570a2ac23097fd1505a1f529b7fc 100644 (file)
@@ -1,10 +1,10 @@
-/* Grotty program to print out the bytes making up filenames in some
- * directory */
+/** @file clients/filename-bytes.c
+ * @brief Print out raw bytes of filenames in a directory
+ */
 
-#include "config.h"
+#include "common.h"
 
 #include <dirent.h>
-#include <stdio.h>
 #include <ctype.h>
 
 int main(int attribute((unused)) argc, char **argv) {