aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-04-06 19:03:54 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-04-06 19:03:54 +0200
commit79f2dc7d04c0abc1cba3f2727d462dc88ed9e44f (patch)
treee99e53fb0b4bb7014ab4437b0033865793c0ea72 /src/vcal.h
parentAdd unval. (diff)
downloadcalp-79f2dc7d04c0abc1cba3f2727d462dc88ed9e44f.tar.gz
calp-79f2dc7d04c0abc1cba3f2727d462dc88ed9e44f.tar.xz
Rename get_property to get_attributes.
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);