diff options
| author | Yana Blashchishina <[email protected]> | 2024-02-19 17:02:04 -0800 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-02-19 17:02:04 -0800 |
| commit | 0895dee6247e1b129afed48658446fc0a4296671 (patch) | |
| tree | e75f2b10f953b1815eaaed5dcf79110c849c5472 | |
| parent | init (diff) | |
| download | homework-6-yanablash-0895dee6247e1b129afed48658446fc0a4296671.tar.xz homework-6-yanablash-0895dee6247e1b129afed48658446fc0a4296671.zip | |
header updated
| -rw-r--r-- | Homework6/Homework6/contacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Homework6/Homework6/contacts.h b/Homework6/Homework6/contacts.h index d520158..65b3529 100644 --- a/Homework6/Homework6/contacts.h +++ b/Homework6/Homework6/contacts.h @@ -13,4 +13,5 @@ struct Contact { void addContact(Contact contacts[], int& numContacts); void updateContact(Contact contacts[], int& numContacts); void printContact(const Contact contacts[], int numContacts); +void deleteContact(const Contact contacts[], int numContacts); #endif
\ No newline at end of file |