diff options
| author | 2007-05-18 07:47:47 (JST) | |
|---|---|---|
| committer | 2007-05-19 05:51:01 (JST) | |
| commit | 305414df1246531baf0f2c959c2c61df4e93c526 (patch) | |
| tree | 18f071e269f01b875fd0045723faab30345d93ae /cgit.c | |
| parent | 08cc2e5f0e24773dad81d38bd6b689e36afe9dda (diff) | |
| download | cgit-305414df1246531baf0f2c959c2c61df4e93c526.zip cgit-305414df1246531baf0f2c959c2c61df4e93c526.tar.gz | |
Move cgit_get_repoinfo into shared.c
This function will be usefull when parsing url arguments.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 14 |
1 files changed, 0 insertions, 14 deletions
| @@ -11,20 +11,6 @@ | |||
| 11 | const char cgit_version[] = CGIT_VERSION; | 11 | const char cgit_version[] = CGIT_VERSION; |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | static struct repoinfo *cgit_get_repoinfo(char *url) | ||
| 15 | { | ||
| 16 | int i; | ||
| 17 | struct repoinfo *repo; | ||
| 18 | |||
| 19 | for (i=0; i<cgit_repolist.count; i++) { | ||
| 20 | repo = &cgit_repolist.repos[i]; | ||
| 21 | if (!strcmp(repo->url, url)) | ||
| 22 | return repo; | ||
| 23 | } | ||
| 24 | return NULL; | ||
| 25 | } | ||
| 26 | |||
| 27 | |||
| 28 | static int cgit_prepare_cache(struct cacheitem *item) | 14 | static int cgit_prepare_cache(struct cacheitem *item) |
| 29 | { | 15 | { |
| 30 | if (!cgit_query_repo) { | 16 | if (!cgit_query_repo) { |
