Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3762207
D2396.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
844 B
Referenced Files
None
Subscribers
None
D2396.diff
View Options
diff --git a/source/prototypes.h b/source/prototypes.h
--- a/source/prototypes.h
+++ b/source/prototypes.h
@@ -125,12 +125,9 @@
del_sendq (long),
clear_sendq (long, long);
-char L[524],
- *plural (size_t);
+char *plural (size_t);
-int socketfd,
- alarmed,
- match_wild (const char *, const char *),
+int match_wild (const char *, const char *),
Send (void),
get_sendq_count (long);
long check_access (char *, char *, int, char *);
diff --git a/source/vars.h b/source/vars.h
--- a/source/vars.h
+++ b/source/vars.h
@@ -370,3 +370,8 @@
void *(*func) (struct setup_parameter *parameter, char *ptr); /* Optional function that can do other things with the value, and veto the change by returning NULL. */
}
parameters[];
+
+static char L[524];
+
+static int alarmed;
+static int socketfd;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 08:10 (1 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255908
Default Alt Text
D2396.diff (844 B)
Attached To
Mode
D2396: Reduce definitions of common variables
Attached
Detach File
Event Timeline
Log In to Comment