git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@194 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Stéphane Fillod, F8CFE 2000-10-08 21:43:00 +00:00
rodzic 99b2c9bd38
commit d908a8b360
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
* Provides useful routines for data handling, used by backend * Provides useful routines for data handling, used by backend
* as well as by the frontend. * as well as by the frontend.
* *
* $Id: misc.c,v 1.1 2000-10-01 12:25:49 f4cfe Exp $ * $Id: misc.c,v 1.2 2000-10-08 21:43:00 f4cfe Exp $
* *
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
@ -35,7 +35,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include <rig.h> #include <hamlib/rig.h>
#include "misc.h" #include "misc.h"

Wyświetl plik

@ -6,7 +6,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <rig.h> #include <hamlib/rig.h>
#include "../src/misc.h" #include "../src/misc.h"