Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
daef5bee
Commit
daef5bee
authored
9 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
Updated comment on new external method
parent
d7c85595
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsk/img/img_open.c
+3
-1
3 additions, 1 deletion
tsk/img/img_open.c
with
3 additions
and
1 deletion
tsk/img/img_open.c
+
3
−
1
View file @
daef5bee
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment