summaryrefslogtreecommitdiff
path: root/gpttext.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-03-21 21:33:57 -0400
committersrs5694 <srs5694@users.sourceforge.net>2011-03-21 21:33:57 -0400
commit699941e25a1fcf0beec124203747c8ed20842989 (patch)
treeeb2629231de8c6a973e3ef449fab80082b87a9ae /gpttext.h
parent815fb65195106b8afe1b8dfec5dae605dbd7ccbe (diff)
downloadsgdisk-699941e25a1fcf0beec124203747c8ed20842989.tar.gz
0.7.1 release version
Diffstat (limited to 'gpttext.h')
-rw-r--r--gpttext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpttext.h b/gpttext.h
index 33b7486..553efa2 100644
--- a/gpttext.h
+++ b/gpttext.h
@@ -1,6 +1,6 @@
/*
<one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
+ Copyright (C) 2010-2011 Roderick W. Smith
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -47,6 +47,7 @@ class GPTDataTextUI : public GPTData {
void ChangePartType(void);
void ChangeUniqueGuid(void);
void SetAttributes(uint32_t partNum);
+ int SetName(uint32_t partNum);
int SwapPartitions(void);
int DestroyGPTwPrompt(void); // Returns 1 if user proceeds
void ShowDetails(void);
@@ -55,5 +56,6 @@ class GPTDataTextUI : public GPTData {
}; // class GPTDataTextUI
int GetMBRTypeCode(int defType);
+UnicodeString ReadUString(void);
#endif // __GPTDATATEXT_H