#include "unify.h"
int Dont_Need_Updates(int seg_id);
Dont_Need_Updates(3) removes the calling worker process
from the set of processes that receive updates when
Put_Updates(3) is called
for seg_id.
Dont_Need_Updates returns 0 upon success. Otherwise, a
value of -1 is returned.