aboutsummaryrefslogtreecommitdiff
path: root/src/ld-types.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-09 04:35:10 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-09 04:35:10 +0100
commit2328058b46f8dd1f2a80b860e49f89ec0a80a660 (patch)
tree4308b5b8608dd6b01222c8deb828585a452a319c /src/ld-types.h
parentfe996324d365f3a35e59dda8e10db5327de444e8 (diff)
downloadlogdiag-2328058b46f8dd1f2a80b860e49f89ec0a80a660.tar.gz
logdiag-2328058b46f8dd1f2a80b860e49f89ec0a80a660.tar.xz
logdiag-2328058b46f8dd1f2a80b860e49f89ec0a80a660.zip
Add ld_point_distance().
Diffstat (limited to 'src/ld-types.h')
-rw-r--r--src/ld-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ld-types.h b/src/ld-types.h
index 6837f74..61a1a7d 100644
--- a/src/ld-types.h
+++ b/src/ld-types.h
@@ -48,6 +48,7 @@ GType ld_point_get_type (void) G_GNUC_CONST;
LdPoint *ld_point_copy (const LdPoint *self);
void ld_point_free (LdPoint *self);
+gdouble ld_point_distance (LdPoint *self, gdouble x, gdouble y);
/**