This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove unused global variable
master
sin
10 years ago
parent
d330033c4f
commit
d7d40366bd
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
noice.c
+ 0
- 2
noice.c
View File
@@ -75,8 +75,6 @@ SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
* '------
*/
int die = 0;
void printmsg(char *msg);
void printwarn(void);
void printerr(int ret, char *prefix);
Write
Preview
Loading…
Cancel
Save