mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-10 03:39:57 +00:00
Added app manager IPC interface. Updated verions to 2.1
This commit is contained in:
@@ -58,4 +58,8 @@ char *parse_app_name(const char *uri);
|
||||
*/
|
||||
DIALData *parse_params(char * query_string);
|
||||
|
||||
/* Returns a url-encoded version of str */
|
||||
/* IMPORTANT: be sure to free() the returned string after use */
|
||||
char *url_encode(const char *str);
|
||||
|
||||
#endif // URLLIB_H_
|
||||
|
||||
Reference in New Issue
Block a user