diff options
| author | rsc <devnull@localhost> | 2004-12-27 01:16:26 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-27 01:16:26 +0000 |
| commit | 6d7fdb243ca2611e31648d57c8b3ac4101407cfa (patch) | |
| tree | c06f6a7764885fd4b4d15eb776c77fb4fc505b0b /src/cmd/acme/dat.h | |
| parent | 334cb1e91ceb2d667c1cfd0b71aa9801bef089ec (diff) | |
| download | plan9port-6d7fdb243ca2611e31648d57c8b3ac4101407cfa.tar.gz plan9port-6d7fdb243ca2611e31648d57c8b3ac4101407cfa.zip | |
changes from plan 9
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 48a57dd2..476bbfd1 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -329,7 +329,7 @@ Text* rowtype(Row*, Rune, Point); void rowdragcol(Row*, Column*, int but); int rowclean(Row*); void rowdump(Row*, char*); -void rowload(Row*, char*, int); +int rowload(Row*, char*, int); void rowloadfonts(char*); struct Timer |
