diff options
Diffstat (limited to 'window_timeout/list.h')
-rw-r--r-- | window_timeout/list.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/window_timeout/list.h b/window_timeout/list.h new file mode 100644 index 0000000..0e638dc --- /dev/null +++ b/window_timeout/list.h @@ -0,0 +1,5 @@ +#ifndef _LIST_H
+#define _LIST_H
+
+
+#endif
|