Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: cgpt/cgpt.h

Issue 2849040: Add 'find' command to cgpt, to search for partitions by UUID. (Closed) Base URL: ssh://git@gitrw.chromium.org//vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cgpt/Makefile ('k') | cgpt/cgpt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cgpt/cgpt.h
diff --git a/cgpt/cgpt.h b/cgpt/cgpt.h
index 504e6dd7a75210fb742cdfdd6b2dd5090b52b4e6..1ef74de38f91f42660a94c431d50e8c6f9e0c760 100644
--- a/cgpt/cgpt.h
+++ b/cgpt/cgpt.h
@@ -122,6 +122,7 @@ int cmd_repair(int argc, char *argv[]);
int cmd_create(int argc, char *argv[]);
int cmd_add(int argc, char *argv[]);
int cmd_boot(int argc, char *argv[]);
+int cmd_find(int argc, char *argv[]);
#define ARRAY_COUNT(array) (sizeof(array)/sizeof((array)[0]))
const char *GptError(int errnum);
« no previous file with comments | « cgpt/Makefile ('k') | cgpt/cgpt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698