X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp.h;h=891bfb054e2f4cf1a922e7434a8467808f2e474b;hb=501b83a39828c9d3db5498c7352a2e5b60175bba;hp=93bbab3efff6e96d5d0378b915d09eb26aa5bfc1;hpb=3d3a2f50a05501cf27f1155629799953f952bd4b;p=paraslash.git diff --git a/mp.h b/mp.h index 93bbab3e..891bfb05 100644 --- a/mp.h +++ b/mp.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2017 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2017 Andre Noll , see file COPYING. */ /** * \file mp.h Internal mood parser API (backend). @@ -143,6 +139,7 @@ bool mp_is_set(const char *attr, struct mp_context *ctx); char *mp_path(struct mp_context *ctx); int64_t mp_year(struct mp_context *ctx); int64_t mp_num_attributes_set(struct mp_context *ctx); +int64_t mp_duration(struct mp_context *ctx); /* Generated with MP_AFSI() */ /** \cond MP_AFSI */