Skip to content
Snippets Groups Projects
Commit daef5bee authored by Brian Carrier's avatar Brian Carrier
Browse files

Updated comment on new external method

parent d7c85595
Branches
Tags
No related merge requests found
...@@ -373,7 +373,9 @@ tsk_img_open_utf8(int num_img, ...@@ -373,7 +373,9 @@ tsk_img_open_utf8(int num_img,
/** /**
* \ingroup imglib * \ingroup imglib
* Opens an an image of type TSK_IMG_TYPE_EXTERNAL. The void pointer parameter * Opens an an image of type TSK_IMG_TYPE_EXTERNAL. The void pointer parameter
* must be castable to a TSK_IMG_INFO pointer. * must be castable to a TSK_IMG_INFO pointer. It is up to
* the caller to set the tag value in ext_img_info. This
* method will initialize the cache lock.
* *
* @param ext_img_info Pointer to the partially initialized disk image * @param ext_img_info Pointer to the partially initialized disk image
* structure, having a TSK_IMG_INFO as its first member * structure, having a TSK_IMG_INFO as its first member
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment