diff options
| author | rsc <devnull@localhost> | 2004-06-09 14:06:09 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-06-09 14:06:09 +0000 |
| commit | 7e4a17cf3302c3cb4682d2f3d96a88ca951280e8 (patch) | |
| tree | b208883d228b7b070a2116f46e80a7a99ae29570 /src/cmd/sam/plumb.c | |
| parent | 4c2a6585b30930f6bff71744f44aad31aefafd33 (diff) | |
| download | plan9port-7e4a17cf3302c3cb4682d2f3d96a88ca951280e8.tar.gz plan9port-7e4a17cf3302c3cb4682d2f3d96a88ca951280e8.zip | |
use libplumb instead
Diffstat (limited to 'src/cmd/sam/plumb.c')
| -rw-r--r-- | src/cmd/sam/plumb.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cmd/sam/plumb.c b/src/cmd/sam/plumb.c deleted file mode 100644 index d8db33d4..00000000 --- a/src/cmd/sam/plumb.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <u.h> -#include "plumb.h" - -/* XXX - Can we do better than this? */ -char *cleanname(char *s) { return s; } -char *plumbunpackattr(char *cbuf) { return 0; } -char *plumbpack(Plumbmsg *pm, int *i) { return 0; } -int plumbfree(Plumbmsg *pm) { return 0; } - |
