Re: [PATCH weston 05/19] bindings: Stop exporting internal functions

2015-07-01 Thread Jonas Ådahl
On Wed, Jun 03, 2015 at 03:53:24PM -0500, Derek Foreman wrote: > These functions should never be called outside of the core. > > Signed-off-by: Derek Foreman Reviewed-by: Jonas Ådahl > --- > src/bindings.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git

[PATCH weston 05/19] bindings: Stop exporting internal functions

2015-06-03 Thread Derek Foreman
These functions should never be called outside of the core. Signed-off-by: Derek Foreman --- src/bindings.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/bindings.c b/src/bindings.c index 6aeed91..71a982c 100644 --- a/src/bindings.c +++ b/src/bindings.c @