aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.h')
-rw-r--r--src/vcal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcal.h b/src/vcal.h
index eff1f06f..9b0e4893 100644
--- a/src/vcal.h
+++ b/src/vcal.h
@@ -89,7 +89,7 @@ INIT_F(vcomponent, const char* type);
INIT_F(vcomponent, const char* type, const char* filename);
FREE_F(vcomponent);
-content_line* get_property (vcomponent* ev, const char* key);
+content_line* get_attributes (vcomponent* ev, const char* key);
int add_content_line (vcomponent* ev, content_line* c);