Skip to content

Commit

Permalink
doc/examples: Handle new types in avio_list_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
mszczepanczyk authored and michaelni committed Apr 3, 2015
1 parent 26e0e39 commit f10aa0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/examples/avio_list_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ static const char *type_string(int type)
return "<LINK>";
case AVIO_ENTRY_SOCKET:
return "<SOCKET>";
case AVIO_ENTRY_SERVER:
return "<SERVER>";
case AVIO_ENTRY_SHARE:
return "<SHARE>";
case AVIO_ENTRY_WORKGROUP:
return "<WORKGROUP>";
case AVIO_ENTRY_UNKNOWN:
default:
break;
Expand Down

0 comments on commit f10aa0e

Please sign in to comment.