diff options
| author | Chris Lumens <clumens@redhat.com> | 2008-05-14 17:24:35 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2008-06-18 10:44:55 -0400 |
| commit | cccedb22602a5f09a66eb3eb31e6dff800dd8b07 (patch) | |
| tree | 5c4965733b07d9391cab32f312ce2149bc5e2abc /loader2/method.h | |
| parent | d043bdc135801a4065d5c6b1fd6eef0b35ffe89c (diff) | |
Rename methodData to stage2Data, since that's more appropriate.
Diffstat (limited to 'loader2/method.h')
| -rw-r--r-- | loader2/method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/method.h b/loader2/method.h index 03fc529ee..dc5f61c72 100644 --- a/loader2/method.h +++ b/loader2/method.h @@ -58,6 +58,6 @@ int unpackCpioBall(char * ballPath, char * rootDir); void copyUpdatesImg(char * path); void copyProductImg(char * path); -void setMethodFromCmdline(char * arg, struct loaderData_s * ld); +void setStage2LocFromCmdline(char * arg, struct loaderData_s * ld); #endif |
