summaryrefslogtreecommitdiffstats
path: root/src/symutil.h
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-10-24 09:21:52 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-10-24 09:21:52 (GMT)
commit75ac0cbb4f9f532eb5cf6fdf8c62fd398bdff0c7 (patch)
treedf0088a9ca27b0bfc57165e299dddd2b0d5e6126 /src/symutil.h
parentd8dd34291acfd7ae2441e917b2c46f0de7e39a81 (diff)
downloadcv2pdb-75ac0cbb4f9f532eb5cf6fdf8c62fd398bdff0c7.zip
cv2pdb-75ac0cbb4f9f532eb5cf6fdf8c62fd398bdff0c7.tar.gz
cv2pdb-75ac0cbb4f9f532eb5cf6fdf8c62fd398bdff0c7.tar.bz2
* fixed error with nested types longer than 255 characters
Diffstat (limited to 'src/symutil.h')
-rw-r--r--src/symutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/symutil.h b/src/symutil.h
index 2fd483d..9d39c4d 100644
--- a/src/symutil.h
+++ b/src/symutil.h
@@ -13,6 +13,8 @@ struct p_string;
int dsym2c(const BYTE* p, int len, char* cname, int maxclen);
+int pstrmemlen(const BYTE* p);
+int pstrlen(const BYTE* &p);
char* p2c(const BYTE* p, int idx = 0);
char* p2c(const p_string& p, int idx = 0);
int p2ccpy(char* p, const BYTE* s);