X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=40ff294018b221708dd0d1db9cac23c80fb70533;hp=1d6b36aa1a57e87e2c61283a21627e0ab2271064;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/interactive.h b/interactive.h index 1d6b36aa..40ff2940 100644 --- a/interactive.h +++ b/interactive.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2011-2013 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2011 Andre Noll , see file COPYING. */ /** \file interactive.h Public API for interactive sessions. */ @@ -33,7 +29,7 @@ struct i9e_completion_result { * * \param name Determines the name of the function to be defined. */ -#define I9E_DUMMY_COMPLETER(name) void name ## _completer( \ +#define I9E_DUMMY_COMPLETER(name) static void name ## _completer( \ __a_unused struct i9e_completion_info *ciname, \ struct i9e_completion_result *result) {result->matches = NULL;}