diff options
Diffstat (limited to 'src/netops.h')
-rw-r--r-- | src/netops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/netops.h b/src/netops.h index f376bd911..fcdbccf0d 100644 --- a/src/netops.h +++ b/src/netops.h @@ -84,6 +84,9 @@ int gitno_connection_data_from_url( const char *url, const char *service_suffix); +/* Format a URL into a buffer */ +int gitno_connection_data_fmt(git_buf *buf, gitno_connection_data *data); + /* This frees all the pointers IN the struct, but not the struct itself. */ void gitno_connection_data_free_ptrs(gitno_connection_data *data); |