make a 'runtests' make target that runs some 'unit test'-like tests. Fix crash when uid's without a password entry are encountered, return the uid as a string instead.

This commit is contained in:
Arnout Engelen
2012-03-15 22:31:28 +00:00
parent 2c04ca9267
commit 4ff973bbd7
11 changed files with 284 additions and 229 deletions

View File

@@ -19,6 +19,8 @@
*
*/
#ifndef __DEVICES_H
#define __DEVICES_H
#include <cstddef> // NULL
@@ -33,3 +35,5 @@ public:
};
device * determine_default_device();
#endif