浏览代码

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 年前
父节点
当前提交
3c19e4a07e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/hci/readline.c

+ 2
- 0
src/hci/readline.c 查看文件

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

正在加载...
取消
保存