chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Low level playlist database operations: read, createwrite, list, delete.
[disorder]
/
lib
/
asprintf.c
diff --git
a/lib/asprintf.c
b/lib/asprintf.c
index d4678745701b1589c829b2d0a7a706d56738d38a..7d7bd315e541f7e0a4de5b559953d8c05a82ed1c 100644
(file)
--- a/
lib/asprintf.c
+++ b/
lib/asprintf.c
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder
/*
* This file is part of DisOrder
- * Copyright (C) 2004
, 2006
Richard Kettlewell
+ * Copyright (C) 2004
-2008
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-17,12
+17,10
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
+/** @file lib/asprintf.c @brief printf() workalikes */
-#include <config.h>
-#include "types.h"
+#include "common.h"
-#include <stdio.h>
-#include <string.h>
#include <stdarg.h>
#include <stddef.h>
#include <errno.h>
#include <stdarg.h>
#include <stddef.h>
#include <errno.h>