move patient_write to share.h because it now has multiple users
[ust.git] / ustd / ustd.h
index 65328d61ac933312a56775fcde9599f009384309..6025213d8a9050a91d42a8ca35123f6df876e745 100644 (file)
@@ -32,8 +32,6 @@ struct buffer_info {
        s64 pidunique;
 };
 
-ssize_t patient_write(int fd, const void *buf, size_t count);
-
 void finish_consuming_dead_subbuffer(struct buffer_info *buf);
 
 #endif /* USTD_H */
This page took 0.022448 seconds and 4 git commands to generate.