~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/src/alpined.d/status.c

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#if !defined(lint) && !defined(DOS)
2
 
static char rcsid[] = "$Id: status.c 391 2007-01-25 03:53:59Z mikes@u.washington.edu $";
 
2
static char rcsid[] = "$Id: status.c 1096 2008-06-30 22:03:35Z hubert@u.washington.edu $";
3
3
#endif
4
4
 
5
5
/* ========================================================================
29
29
#include "../../../pith/status.h"
30
30
#include "../../../pith/helptext.h"
31
31
#include "../../../pith/debug.h"
 
32
#include "../../../pith/string.h"
32
33
 
33
34
#include "alpined.h"
34
35