Add mpd-indent.sh
Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
10
src/utils.h
10
src/utils.h
@@ -23,18 +23,18 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
char * myFgets(char * buffer, int bufferSize, FILE * fp);
|
||||
char *myFgets(char *buffer, int bufferSize, FILE * fp);
|
||||
|
||||
char * strDupToUpper(char * str);
|
||||
char *strDupToUpper(char *str);
|
||||
|
||||
void stripReturnChar(char * string);
|
||||
void stripReturnChar(char *string);
|
||||
|
||||
void my_usleep(long usec);
|
||||
|
||||
int ipv6Supported();
|
||||
|
||||
char * appendToString(char * dest, const char * src);
|
||||
char *appendToString(char *dest, const char *src);
|
||||
|
||||
unsigned long readLEuint32(const unsigned char * p);
|
||||
unsigned long readLEuint32(const unsigned char *p);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user