More updates to the wtap_open_offline() comment.

svn path=/trunk/; revision=36384
This commit is contained in:
Guy Harris 2011-03-28 17:23:06 +00:00
parent 10928bc0cc
commit 173708364c
1 changed files with 4 additions and 2 deletions

View File

@ -866,8 +866,10 @@ typedef int (*wtap_open_routine_t)(struct wtap*, int *, char **);
* @param filename Name of the file to open
* @param err a positive "errno" value if the capture file can't be opened;
* a negative number, indicating the type of error, on other failures.
* @param err_info
* @param do_random
* @param err_info for some errors, a string giving more details of
* the error
* @param do_random TRUE if random access to the file will be done,
* FALSE if not
*/
struct wtap* wtap_open_offline(const char *filename, int *err,
gchar **err_info, gboolean do_random);