chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Further separation of template parsing and expansion
[disorder]
/
server
/
api-server.c
diff --git
a/server/api-server.c
b/server/api-server.c
index e1529807a6feaca83737ecae230115035613f566..bc8144e5b8e551e5bb52242bbb14dea9aa2d2f16 100644
(file)
--- a/
server/api-server.c
+++ b/
server/api-server.c
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2004, 2005 Richard Kettlewell
+ * Copyright (C) 2004, 2005
, 2007, 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
@@
-49,10
+49,6
@@
int disorder_track_set_data(const char *track,
return trackdb_set(track, key, value);
}
return trackdb_set(track, key, value);
}
-const char *disorder_track_random(void) {
- return trackdb_random(16);
-}
-
/*
Local Variables:
c-basic-offset:2
/*
Local Variables:
c-basic-offset:2