mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
11 lines
477 B
Diff
11 lines
477 B
Diff
--- trunk/code/qcommon/qcommon.h 2009/01/13 07:57:03 1492
|
|
+++ trunk/code/qcommon/qcommon.h 2009/01/17 23:09:58 1493
|
|
@@ -434,6 +434,7 @@
|
|
char *Cmd_ArgsFrom( int arg );
|
|
void Cmd_ArgsBuffer( char *buffer, int bufferLength );
|
|
char *Cmd_Cmd (void);
|
|
+void Cmd_Args_Sanitize( void );
|
|
// The functions that execute commands get their parameters with these
|
|
// functions. Cmd_Argv () will return an empty string, not a NULL
|
|
// if arg > argc, so string operations are allways safe.
|