mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +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:
parent
00880a86a3
commit
2a35f75225
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* mldonkey.c: MLDonkey stuff for Conky
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* mpd.c: MPD stuff for Conky
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "conky.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
12
src/seti.c
12
src/seti.c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user