summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-10 00:38:55 +0200
committerpancake <pancake@dazo>2007-06-10 00:38:55 +0200
commitec71146727eb352c57e0ddb5b38858f4a7780c6b (patch)
treef4b1cdbba1786d5c143c9952b7d641fb2df93acd /src/main.h
parent43d8d4591933762cec4e0f72d434aa47311419d3 (diff)
download0xFFFF-ec71146727eb352c57e0ddb5b38858f4a7780c6b.tar.bz2
* Drop the partition limit. It is calculed with ioctl()
* Query the user to strip or not the dumped pieces * Add new flag '-s' for serial port console
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 2ad009e..be9926e 100644
--- a/src/main.h
+++ b/src/main.h
@@ -23,6 +23,7 @@ extern struct usb_dev_handle *dev;
int is_valid_device(struct usb_device_descriptor *udd);
void list_valid_devices();
int usb_device_found(struct usb_device_descriptor *udd);
+int console(const char *device);
extern int verbose;
#define D if (verbose)