~ubuntu-branches/ubuntu/saucy/tlf/saucy

« back to all changes in this revision

Viewing changes to src/clusterinfo.h

  • Committer: Package Import Robot
  • Author(s): John T. Nogatch
  • Date: 2013-02-09 14:56:34 UTC
  • mfrom: (1.2.5) (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130209145634-de47b40lyf5ntgsu
Tags: 1.1.5-1
* Update from upstream git
* LP: #854080, #514303

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "nicebox.h"
28
28
#include "freq_display.h"
29
29
#include "lancode.h"
30
 
#include "cluster_bg.h"
31
30
#include "get_time.h"
 
31
#include "searchcallarray.h"
 
32
#include "getctydata.h"
 
33
 
 
34
#define MAXMINUTES 30
32
35
 
33
36
void  clusterinfo(char *timestr);
34
37