aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/sam.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2021-01-05 23:35:33 -0500
committerRuss Cox <rsc@swtch.com>2021-01-05 23:37:04 -0500
commit7f6458b045e04b97dd06b3171ac67e9ecde32429 (patch)
tree2e27d03aec0a07e43810e3711cc27d26030739f7 /src/cmd/sam/sam.h
parentac487c754e009b0f3c01c2a8ad5bda2143da4a6b (diff)
downloadplan9port-7f6458b045e04b97dd06b3171ac67e9ecde32429.tar.gz
plan9port-7f6458b045e04b97dd06b3171ac67e9ecde32429.tar.bz2
plan9port-7f6458b045e04b97dd06b3171ac67e9ecde32429.zip
stats: add threadmaybackground
Diffstat (limited to 'src/cmd/sam/sam.h')
-rw-r--r--src/cmd/sam/sam.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h
index aae39b4a..6e018156 100644
--- a/src/cmd/sam/sam.h
+++ b/src/cmd/sam/sam.h
@@ -37,7 +37,6 @@ typedef struct Address Address;
typedef struct Block Block;
typedef struct Buffer Buffer;
typedef struct Disk Disk;
-typedef struct Discdesc Discdesc;
typedef struct File File;
typedef struct List List;
typedef struct Range Range;
@@ -342,7 +341,6 @@ void warn_S(Warn, String*);
int whichmenu(File*);
void writef(File*);
Posn writeio(File*);
-Discdesc *Dstart(void);
extern Rune samname[]; /* compiler dependent */
extern Rune *left[];