aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store-summary.h')
-rw-r--r--camel/camel-store-summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store-summary.h b/camel/camel-store-summary.h
index e512cc32ba..0d6672ad17 100644
--- a/camel/camel-store-summary.h
+++ b/camel/camel-store-summary.h
@@ -157,7 +157,7 @@ void camel_store_summary_clear(CamelStoreSummary *s);
/* lookup functions */
int camel_store_summary_count(CamelStoreSummary *);
CamelStoreInfo *camel_store_summary_index(CamelStoreSummary *, int);
-CamelStoreInfo *camel_store_summary_path(CamelStoreSummary *, const char *uid);
+CamelStoreInfo *camel_store_summary_path(CamelStoreSummary *, const char *path);
GPtrArray *camel_store_summary_array(CamelStoreSummary *s);
void camel_store_summary_array_free(CamelStoreSummary *s, GPtrArray *array);