Modifications to resolve issues found during self-code review.
This commit is contained in:
@@ -65,6 +65,8 @@ typedef struct _AuthToken
|
||||
//===[ Global externals ]==================================================
|
||||
|
||||
extern int DebugLevel;
|
||||
extern char pathCharString[];
|
||||
extern char moduleConfigFolderPath[];
|
||||
extern char IpcClientLibraryPath[];
|
||||
|
||||
//===[ External prototypes ]===============================================
|
||||
@@ -214,8 +216,8 @@ DecodeData(
|
||||
extern
|
||||
int
|
||||
dtoul(
|
||||
IN char *cp,
|
||||
IN int len);
|
||||
IN const char *cp,
|
||||
IN const int len);
|
||||
|
||||
|
||||
//=========================================================================
|
||||
|
||||
Reference in New Issue
Block a user