| 1214 | } |
| 1215 | |
| 1216 | int get_hlink_num(void) |
| 1217 | { |
| 1218 | return flist_ndx_pop(&hlink_list); |
| 1219 | } |
| 1220 | |
| 1221 | /* When we're the receiver and we have a local --files-from list of names |
| 1222 | * that needs to be sent over the socket to the sender, we have to do two |
no test coverage detected