1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

add a header to these files, just like in the other files.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@598 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Jasper 2006-03-16 18:29:23 +00:00
parent 00880a86a3
commit 2a35f75225
3 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,8 @@
/*
* mldonkey.c: MLDonkey stuff for Conky
*
* $Id$
*/
#include <arpa/inet.h>

View File

@ -1,3 +1,9 @@
/*
* mpd.c: MPD stuff for Conky
*
* $Id$
*/
#include "conky.h"
#include <stdio.h>
#include <string.h>

View File

@ -1,3 +1,9 @@
/*
* seti.c: information about SETI for Conky
*
* $Id$
*/
#include "conky.h"
#include <stdio.h>
#include <string.h>
@ -5,8 +11,10 @@
char *seti_dir = NULL;
//Need to code for BOINC, because the old SETI@Home does not use xml to store data.
//Perhaps in the .conkyrc file there could be an option for BOINC or old SETI.
/*
* Need to code for BOINC, because the old SETI@Home does not use xml to store data.
* Perhaps in the .conkyrc file there could be an option for BOINC or old SETI.
*/
/*static float seti_get_float (FILE *fp, const char *name)
{