]> git.tuebingen.mpg.de Git - paraslash.git/commit
Move mood methods to a separate file.
authorAndre Noll <maan@systemlinux.org>
Sat, 11 Jul 2009 13:55:04 +0000 (15:55 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 11 Jul 2009 13:55:04 +0000 (15:55 +0200)
commit9242741b62d726e7b673a3b10c62bbc8509a75ef
treee117311188dcb16dbc22bdac136ecb724741c199
parent1dbe0b9828c0fe0fb642361473dedbcef7defc4c
Move mood methods to a separate file.

As more mood methods will be added in subsequent patches, it's good to separate
moods from mood methods.

This also removes the played_rarely mood method, since it never really worked: Whether
or not a file was played rarely depends on the afs statistics which have not been
computed at the time the mood scrore function is executed.
afs.c
afs.h
configure.ac
error.h
mm.c [new file with mode: 0644]
mm.h [new file with mode: 0644]
mood.c
mood.h [new file with mode: 0644]