chiark / gitweb /
[PATCH] overall whitespace + debug text conditioning
[elogind.git] / udevdb.h
index 12f66483694be8ddbe244e9635670bdee504e259..97e1f9bc405c50d600d73cb14b7f3d2599be500b 100644 (file)
--- a/udevdb.h
+++ b/udevdb.h
@@ -4,13 +4,11 @@
 #ifndef _UDEVDB_H_
 #define _UDEVDB_H_
 
-#define UDEV_DB                "udevdb.tdb" 
-
 /* Udevdb initialization flags */
-#define UDEVDB_DEFAULT 0       /* Defaults database to use file */
-#define UDEVDB_INTERNAL        1       /* Don't store db on disk, use in memory */
+#define UDEVDB_DEFAULT 0       /* defaults database to use file */
+#define UDEVDB_INTERNAL        1       /* don't store db on disk, use in memory */
 
-/* Function Prototypes */
+/* function prototypes */
 extern void udevdb_exit(void);
 extern int udevdb_init(int init_flag);