Skip to content

Commit

Permalink
remove duplicit prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Oct 31, 2022
1 parent 66044ea commit 5dd9ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bld/wv/h/dbgio.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ extern sys_error GetSystemErrCode( error_handle );

extern const char *SkipPathInfo( char const *, obj_attrs );
extern const char *ExtPointer( char const *, obj_attrs );
extern char *AppendPathDelim( char *, obj_attrs );
extern char *AppendPathDelim( char *path, obj_attrs oattrs );
extern size_t MakeFileName( char *result, const char *name, const char *ext, obj_attrs oattrs );
extern const char *RealFName( char const *name, obj_attrs *oattrs );
extern bool IsAbsolutePath( const char *path );
extern char *AppendPathDelim( char *path, obj_attrs oattrs );
extern const char *ExtPointer( char const *path, obj_attrs oattrs );
extern file_handle LclStringToFullName( const char *name, size_t len, char *full );
extern file_handle FullPathOpen( const char *name, size_t name_len, const char *ext, char *result, size_t max_result );
Expand Down

0 comments on commit 5dd9ef7

Please sign in to comment.