Explorar el Código

__nonnull changes

tags/v0.9.3
Holger Lubitz hace 18 años
padre
commit
3c19e4a07e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/hci/readline.c

+ 2
- 0
src/hci/readline.c Ver fichero

32
 
32
 
33
 #define READLINE_MAX 256
33
 #define READLINE_MAX 256
34
 
34
 
35
+static void sync_console ( struct edit_string *string ) __nonnull;
36
+
35
 /**
37
 /**
36
  * Synchronise console with edited string
38
  * Synchronise console with edited string
37
  *
39
  *

Loading…
Cancelar
Guardar