diff options
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r-- | winsup/cygwin/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h index f17aeed18..3af7d76b4 100644 --- a/winsup/cygwin/devices.h +++ b/winsup/cygwin/devices.h @@ -135,6 +135,7 @@ struct device void parse (const char *); void parse (_major_t major, _minor_t minor); void parse (_dev_t dev); + void parsedisk (int, int); inline bool setunit (unsigned n) { minor = n; |