~ubuntu-branches/ubuntu/gutsy/pygame/gutsy

« back to all changes in this revision

Viewing changes to src/setproctitle.h

  • Committer: Bazaar Package Importer
  • Author(s): Ed Boraas
  • Date: 2002-02-20 06:39:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020220063924-amlzj7tqkeods4eq
Tags: upstream-1.4
ImportĀ upstreamĀ versionĀ 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* undocumented, may break at any time.. */
 
2
extern char **NXArgv;
 
3
extern int    NXArgc;
 
4
 
 
5
/* arbitrary maximum, I got it from the <broken> libutils darwin version */
 
6
#define SPT_BUFSIZE 2048
 
7
 
 
8
#include <stdarg.h>
 
9
#include <string.h>
 
10
#include <stdio.h>
 
11
#include <sys/types.h>
 
12
#include <sys/sysctl.h>
 
13
#include <sys/vmparam.h>
 
14
#include <unistd.h>
 
15
void setproctitle(const char *fmt, ...);
 
 
b'\\ No newline at end of file'