mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
(GSCurrentThreadDictionary, NSStandardLibraryPaths): Fix the prototypes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
77e51599a4
commit
ab0bebf555
2 changed files with 12 additions and 2 deletions
|
@ -300,7 +300,7 @@ typedef enum _NSGNUstepStringEncoding
|
|||
The implementations for gnustep-base reside in the
|
||||
corresponding source files of -base.
|
||||
*/
|
||||
GS_EXPORT NSArray *NSStandardLibraryPaths();
|
||||
GS_EXPORT NSArray *NSStandardLibraryPaths(void);
|
||||
GS_EXPORT void NSDecimalFromComponents(NSDecimal *result,
|
||||
unsigned long long mantissa,
|
||||
short exponent, BOOL negative);
|
||||
|
@ -310,7 +310,7 @@ GS_EXPORT BOOL GSDebugSet(NSString *level);
|
|||
GS_EXPORT NSString *GetEncodingName(NSStringEncoding availableEncodingValue);
|
||||
GS_EXPORT NSString *GSEncodingName(NSStringEncoding availableEncodingValue);
|
||||
|
||||
GS_EXPORT NSMutableDictionary *GSCurrentThreadDictionary();
|
||||
GS_EXPORT NSMutableDictionary *GSCurrentThreadDictionary(void);
|
||||
|
||||
GS_EXPORT NSString *GSDebugMethodMsg(id obj, SEL sel, const char *file,
|
||||
int line, NSString *fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue