| 265 | } |
| 266 | |
| 267 | static inline gboolean |
| 268 | attrd_update_no_mainloop(int *connection, char command, const char *host, |
| 269 | const char *name, const char *value, const char *section, |
| 270 | const char *set, const char *dampen) |
| 271 | { |
| 272 | return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL) > 0; |
| 273 | } |
| 274 | # endif |
| 275 | |
| 276 | # ifdef CIB_UTIL__H |
no test coverage detected