Subversion Repositories RepoView

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 15
Line 1... Line 1...
1
/* $Id: rv_util.h 10 2024-08-21 02:13:48Z nishi $ */
1
/* $Id: rv_util.h 15 2024-08-21 15:36:37Z nishi $ */
2
 
2
 
3
#ifndef __RV_UTIL_H__
3
#ifndef __RV_UTIL_H__
4
#define __RV_UTIL_H__
4
#define __RV_UTIL_H__
5
 
5
 
6
#ifdef __MINGW32__
6
#ifdef __MINGW32__
Line 14... Line 14...
14
char* rv_strdup(const char* str);
14
char* rv_strdup(const char* str);
15
char* rv_url_decode(const char* str);
15
char* rv_url_decode(const char* str);
16
void rv_error_http(void);
16
void rv_error_http(void);
17
char* rv_new_token(const char* username);
17
char* rv_new_token(const char* username);
18
char* rv_construct_repouser(const char* reponame, const char* username);
18
char* rv_construct_repouser(const char* reponame, const char* username);
-
 
19
void rv_add_auth(const char* username, const char* password);
19
 
20
 
20
#endif
21
#endif